python311Packages.catalogue 0 -> 1 attrpath: python311Packages.catalogue 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/fhkn0yhnk1vq6si3pj7nqavxnczx0srn-packages.json.drv building '/nix/store/fhkn0yhnk1vq6si3pj7nqavxnczx0srn-packages.json.drv'... Going to be running update for following packages: - python3.11-catalogue-2.0.10 Press Enter key to continue... Running update for: - python3.11-catalogue-2.0.10: UPDATING ... - python3.11-catalogue-2.0.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/catalogue/default.nix b/pkgs/development/python-modules/catalogue/default.nix index b417dba120f6..1c253db8f3c8 100644 --- a/pkgs/development/python-modules/catalogue/default.nix +++ b/pkgs/development/python-modules/catalogue/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "catalogue"; - version = "2.0.10"; + version = "2.1.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-T1baqUCRPT8J1YnBkcdOWm1Rdis6njfdU7dDev1s2hU="; + hash = "sha256-oczi8XOKMd6yqiSz5Kieb7PoUlVcGDsOzaiivMHq7y4="; }; nativeBuildInputs = [