python311Packages.zope-hookable 5.4 -> 6.0 https://repology.org/project/python:zope-hookable/versions attrpath: python311Packages.zope-hookable 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] Going to be running update for following packages: - python3.11-zope-hookable-5.4 Press Enter key to continue... Running update for: - python3.11-zope-hookable-5.4: UPDATING ... - python3.11-zope-hookable-5.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-hookable/default.nix b/pkgs/development/python-modules/zope-hookable/default.nix index 0d1e5a7ddb42..44e004fc3acb 100644 --- a/pkgs/development/python-modules/zope-hookable/default.nix +++ b/pkgs/development/python-modules/zope-hookable/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "zope-hookable"; - version = "5.4"; + version = "6.0"; format = "setuptools"; src = fetchPypi { pname = "zope.hookable"; inherit version; - hash = "sha256-+2AfAKyH5apYKoExXtlnaM41EygHKdP1H3kxLiuLlKw="; + hash = "sha256-FmiZPUCnz9yGeEPdVyWSnn+DpbDBlccJrx2u+CdPQ8s="; }; nativeCheckInputs = [ zope-testing ]; No auto update branch exists Old version 5.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , zope-testing }: buildPythonPackage rec { pname = "zope-hookable"; version = "6.0"; pyproject = true; src = fetchPypi { pname = "zope.hookable"; inherit version; hash = "sha256-FmiZPUCnz9yGeEPdVyWSnn+DpbDBlccJrx2u+CdPQ8s="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ zope-testing ]; meta = with lib; { description = "Supports the efficient creation of “hookable” objects"; homepage = "https://github.com/zopefoundation/zope.hookable"; license = licenses.zpl21; }; }