pyglossary: 5.4.0 -> 5.4.1

This commit is contained in:
R. Ryantm
2026-06-04 15:45:25 +00:00
parent e45c47d631
commit deb0e84e86

View File

@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyglossary";
version = "5.4.0";
version = "5.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ilius";
repo = "pyglossary";
tag = finalAttrs.version;
hash = "sha256-iSmpUvyYfWo3DRhSOzcYvhEX30ph0nZ0irDFQrNu4Xs=";
hash = "sha256-R0+iPcEuiSWaPecyo1Qf2kFWWzmE7xnZg2ZgFOPWCTU=";
};
build-system = [