python312Packages.zc-lockfile 3.0 -> 3.0.post1 https://repology.org/project/python:zc-lockfile/versions attrpath: python312Packages.zc-lockfile 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/wjfc6c1qcv2fgma5iq8z5zdgq249l6kg-packages.json.drv building '/nix/store/wjfc6c1qcv2fgma5iq8z5zdgq249l6kg-packages.json.drv'... Going to be running update for following packages: - python3.12-zc-lockfile-3.0 Press Enter key to continue... Running update for: - python3.12-zc-lockfile-3.0: UPDATING ... - python3.12-zc-lockfile-3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zc-lockfile/default.nix b/pkgs/development/python-modules/zc-lockfile/default.nix index 5104a221e1e8..8b7818ef119b 100644 --- a/pkgs/development/python-modules/zc-lockfile/default.nix +++ b/pkgs/development/python-modules/zc-lockfile/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "zc-lockfile"; - version = "3.0"; + version = "3.0.post1"; src = fetchPypi { pname = "zc.lockfile"; inherit version; - hash = "sha256-5Y/9ndYsbUMuhoK/oZbJDKw+XB4/JNrjuJ1ggihV14g="; + hash = "sha256-rbLubZ5qIzPJEXjcssm5aldEx47bdxLceEp9dWSOgew="; }; buildInputs = [ mock ]; No auto update branch exists Old version 3.0" not present in staging derivation file with contents: { buildPythonPackage , fetchPypi , mock , zope-testing , lib }: buildPythonPackage rec { pname = "zc-lockfile"; version = "3.0.post1"; src = fetchPypi { pname = "zc.lockfile"; inherit version; hash = "sha256-rbLubZ5qIzPJEXjcssm5aldEx47bdxLceEp9dWSOgew="; }; buildInputs = [ mock ]; propagatedBuildInputs = [ zope-testing ]; meta = with lib; { description = "Inter-process locks"; homepage = "https://www.python.org/pypi/zc.lockfile"; license = licenses.zpl20; maintainers = with maintainers; [ goibhniu ]; }; }