python312Packages.paste 3.7.1 -> 3.8.0 https://github.com/cdent/paste/releases attrpath: python312Packages.paste 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/kw9y4mf8wys790c73fpiwrspqj0yczv7-packages.json.drv building '/nix/store/kw9y4mf8wys790c73fpiwrspqj0yczv7-packages.json.drv'... Going to be running update for following packages: - python3.12-paste-3.7.1 Press Enter key to continue... Running update for: - python3.12-paste-3.7.1: UPDATING ... - python3.12-paste-3.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/paste/default.nix b/pkgs/development/python-modules/paste/default.nix index 3a8ec63f3e9a..9248eca81255 100644 --- a/pkgs/development/python-modules/paste/default.nix +++ b/pkgs/development/python-modules/paste/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "paste"; - version = "3.7.1"; + version = "3.8.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "cdent"; repo = "paste"; rev = "refs/tags/${version}"; - hash = "sha256-xp8FU4MR79/leBSJvSk8J2GdWW32AW2I5i3Y6DsRPLw="; + hash = "sha256-T9VG91Y8hap1nt3FkuCGsv8nglWNlRajvsvljXexH3Y="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python311Packages.paste: 3.7.1 -> 3.8.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296490"