mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pyglossary: 5.3.0 -> 5.4.0 (#524659)
This commit is contained in:
commit
fcc46d8413
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue