python311Packages.setuptools 0 -> 1 attrpath: python311Packages.setuptools 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-setuptools-69.0.3 Press Enter key to continue... Running update for: - python3.11-setuptools-69.0.3: UPDATING ... - python3.11-setuptools-69.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/setuptools/default.nix b/pkgs/development/python-modules/setuptools/default.nix index 7cacc0ca5a4d..5bd995aa9313 100644 --- a/pkgs/development/python-modules/setuptools/default.nix +++ b/pkgs/development/python-modules/setuptools/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "setuptools"; - version = "69.0.3"; + version = "69.1.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pypa"; repo = "setuptools"; rev = "refs/tags/v${version}"; - hash = "sha256-38csULki+SBcg7StScj0/09A+JZesm8iwOBjSgXyXMA="; + hash = "sha256-jnxWAUTm0DTIPdT+fNBtbR40snWtSJ7yuTqydVqnH/A="; }; patches = [ No auto update branch exists Python package with too many package rebuilds 57518 > 25