python312Packages.remotezip 0.12.2 -> 0.12.3 https://github.com/gtsystem/python-remotezip/releases attrpath: python312Packages.remotezip 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/8fl394iblqbb508v81zik5ql7rcjanbz-packages.json.drv building '/nix/store/8fl394iblqbb508v81zik5ql7rcjanbz-packages.json.drv'... Going to be running update for following packages: - python3.12-remotezip-0.12.2 Press Enter key to continue... Running update for: - python3.12-remotezip-0.12.2: UPDATING ... - python3.12-remotezip-0.12.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/remotezip/default.nix b/pkgs/development/python-modules/remotezip/default.nix index 6581fc6189be..26ec8453f17e 100644 --- a/pkgs/development/python-modules/remotezip/default.nix +++ b/pkgs/development/python-modules/remotezip/default.nix @@ -9,7 +9,7 @@ buildPythonPackage { pname = "remotezip"; - version = "0.12.2"; + version = "0.12.3"; format = "setuptools"; src = fetchFromGitHub { @@ -17,8 +17,8 @@ buildPythonPackage { repo = "python-remotezip"; # upstream does not tag releases, determined with git blame # pypi archive lacks files for tests - rev = "3723724d6d877d3166d52f4528ffa7bd5bf6627f"; - hash = "sha256-iYxHW8RdLFrpjkcEvpfF/NWBnw7Dd5cx2ghpof2XFn4="; + rev = "refs/tags/v${version}"; + hash = "sha256-TNEM7Dm4iH4Z/P/PAqjJppbn1CKmyi9Xpq/sU9O8uxg="; }; propagatedBuildInputs = [ The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update