python311Packages.configparser 0 -> 1 attrpath: python311Packages.configparser 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-configparser-6.0.1 Press Enter key to continue... Running update for: - python3.11-configparser-6.0.1: UPDATING ... - python3.11-configparser-6.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/configparser/default.nix b/pkgs/development/python-modules/configparser/default.nix index 4495401250a2..8c4f2e097cd1 100644 --- a/pkgs/development/python-modules/configparser/default.nix +++ b/pkgs/development/python-modules/configparser/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "configparser"; - version = "6.0.1"; + version = "7.0.0"; pyproject = true; src = fetchFromGitHub { owner = "jaraco"; repo = "configparser"; rev = "refs/tags/v${version}"; - hash = "sha256-r+poK+knBQi48Z1VrNFqUt9Qm9iGERAOTFa4bKfXi0g="; + hash = "sha256-OqlmAmBt4x+cJtK89dxsU7+Vn9wmGR9Djc59/ewHSxs="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.configparser: 6.0.1 -> 7.0.0`. New version is 7.0.0. An auto update branch exists with an equal or greater version