python3Packages.pyglossary: 5.3.0 -> 5.4.0 (#524659)

This commit is contained in:
Doron Behar 2026-05-27 13:01:38 +00:00 committed by GitHub
commit fcc46d8413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
# nativeBuildInputs for GUI
gobject-introspection,
wrapGAppsHook3,
wrapGAppsHook4,
# dependencies (required for most functionality)
pyicu,
@ -20,7 +20,7 @@
enableGui ? false,
# for GUI only
pygobject3,
gtk3,
gtk4,
enableCmd ? false,
prompt-toolkit,
tqdm,
@ -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 = [
@ -43,7 +43,7 @@ buildPythonPackage (finalAttrs: {
]
++ lib.optionals enableGui [
gobject-introspection
wrapGAppsHook3
wrapGAppsHook4
];
dependencies = [
@ -59,7 +59,7 @@ buildPythonPackage (finalAttrs: {
];
buildInputs = lib.optionals enableGui [
gtk3
gtk4
];
# Many issues with the tests: They require `cd tests` in `preCheck`; Some of