python310Packages.argcomplete 0 -> 1 attrpath: python310Packages.argcomplete 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jszsxi91rbp9p8fdi36rdc9zzg2w9lf3-packages.json.drv building '/nix/store/jszsxi91rbp9p8fdi36rdc9zzg2w9lf3-packages.json.drv'... Going to be running update for following packages: - python3.10-argcomplete-2.0.0 Press Enter key to continue... Running update for: - python3.10-argcomplete-2.0.0: UPDATING ... - python3.10-argcomplete-2.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/argcomplete/default.nix b/pkgs/development/python-modules/argcomplete/default.nix index 5bf20d82b2f..8f387a6bcf6 100644 --- a/pkgs/development/python-modules/argcomplete/default.nix +++ b/pkgs/development/python-modules/argcomplete/default.nix @@ -7,11 +7,11 @@ }: buildPythonPackage rec { pname = "argcomplete"; - version = "2.0.0"; + version = "2.1.1"; src = fetchPypi { inherit pname version; - sha256 = "6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20"; + sha256 = "sha256-cuCDQIUtMlREWcDBmq0bSKosOpbejG5XQkVrT1OMpS8="; }; doCheck = false; # meant to be ran with interactive interpreter No auto update branch exists There might already be an open PR for this update: - python310Packages.argcomplete: 2.0.0 -> 2.1.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/220237"