python3Packages.pyglossary: 5.3.0 -> 5.4.0

This commit is contained in:
R. Ryantm
2026-05-27 01:20:12 +00:00
parent 76f0b0304e
commit b841bf491a
@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyglossary";
version = "5.3.0";
version = "5.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ilius";
repo = "pyglossary";
tag = finalAttrs.version;
hash = "sha256-Gg2D2nWhG8j4+NtzSzgmsdKd5UK8PherM8Hi1b2GAqg=";
hash = "sha256-iSmpUvyYfWo3DRhSOzcYvhEX30ph0nZ0irDFQrNu4Xs=";
};
build-system = [