python312Packages.dill 0.3.7 -> 0.3.8 https://github.com/uqfoundation/dill/releases attrpath: python312Packages.dill 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/657yklpxqrznbkgyapca5pbxzya43hv6-packages.json.drv building '/nix/store/657yklpxqrznbkgyapca5pbxzya43hv6-packages.json.drv'... Going to be running update for following packages: - python3.12-dill-0.3.7 Press Enter key to continue... Running update for: - python3.12-dill-0.3.7: UPDATING ... - python3.12-dill-0.3.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dill/default.nix b/pkgs/development/python-modules/dill/default.nix index d6fdd2b97d2d..cdfdb401e94d 100644 --- a/pkgs/development/python-modules/dill/default.nix +++ b/pkgs/development/python-modules/dill/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dill"; - version = "0.3.7"; + version = "0.3.8"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,8 +20,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "uqfoundation"; repo = pname; - rev = "refs/tags/dill-${version}"; - hash = "sha256-1cRGA5RuNjlpc3jq9SAsUYgmPauIV8zRF9SxOmveljI="; + rev = "refs/tags/${version}"; + hash = "sha256-r65JgQH+5raiRX8NYELUB9B0zLy4z606EkFJaNpapNc="; }; nativeBuildInputs = [ No auto update branch exists Python package with too many package rebuilds 906 > 25