python310Packages.pygtkspellcheck 0 -> 1 attrpath: python310Packages.pygtkspellcheck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jzd3frqajsi1wn90vcz0wdgyffyd7c68-packages.json.drv building '/nix/store/jzd3frqajsi1wn90vcz0wdgyffyd7c68-packages.json.drv'... Going to be running update for following packages: - python3.10-pygtkspellcheck-5.0.1 Press Enter key to continue... Running update for: - python3.10-pygtkspellcheck-5.0.1: UPDATING ... - python3.10-pygtkspellcheck-5.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pygtkspellcheck/default.nix b/pkgs/development/python-modules/pygtkspellcheck/default.nix index 767eb706bb7f..d3b15b23e9f6 100644 --- a/pkgs/development/python-modules/pygtkspellcheck/default.nix +++ b/pkgs/development/python-modules/pygtkspellcheck/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "pygtkspellcheck"; - version = "5.0.1"; + version = "5.0.2"; src = fetchPypi { inherit pname version; - hash = "sha256-hIHf1LBmFhPWN138jaAAOpmx+frbe6XM22+jG+OWcvw="; + hash = "sha256-rWV/ghoMWHOAmT8ablwOjJSEhtvPqT/UdoZBXL5Nj0s="; }; nativeBuildInputs = [ gobject-introspection ]; No auto update branch exists Old version 5.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , gobject-introspection , gtk3 , poetry-core , pyenchant , pygobject3 }: buildPythonPackage rec { pname = "pygtkspellcheck"; version = "5.0.2"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-rWV/ghoMWHOAmT8ablwOjJSEhtvPqT/UdoZBXL5Nj0s="; }; nativeBuildInputs = [ gobject-introspection poetry-core ]; propagatedBuildInputs = [ pyenchant pygobject3 gtk3 ]; doCheck = false; # there are no tests pythonImportsCheck = [ "gtkspellcheck" ]; meta = with lib; { homepage = "https://github.com/koehlma/pygtkspellcheck"; description = "A Python spell-checking library for GtkTextViews based on Enchant"; license = licenses.gpl3Plus; maintainers = with maintainers; [ xfix ]; }; }