python310Packages.pyctr 0 -> 1 attrpath: python310Packages.pyctr 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/ms805rzabshh4gwiyshfg5vgbhdwic6a-packages.json.drv building '/nix/store/ms805rzabshh4gwiyshfg5vgbhdwic6a-packages.json.drv'... Going to be running update for following packages: - python3.10-pyctr-0.6.0 Press Enter key to continue... Running update for: - python3.10-pyctr-0.6.0: UPDATING ... - python3.10-pyctr-0.6.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyctr/default.nix b/pkgs/development/python-modules/pyctr/default.nix index bf72bf6b3a52..0df110d0692d 100644 --- a/pkgs/development/python-modules/pyctr/default.nix +++ b/pkgs/development/python-modules/pyctr/default.nix @@ -3,12 +3,12 @@ buildPythonPackage rec { pname = "pyctr"; - version = "0.6.0"; + version = "0.7.1"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-05lMcsIeJIHI3LwHQTjr4M+bn1FG+GQscuGq34XxjK8="; + hash = "sha256-SnCps5nzrl+dkbloRbjhaOGDzKOsi8OHX2JXgoJ/XG0="; }; propagatedBuildInputs = [ pycryptodomex ]; An auto update branch exists with message `python310Packages.pyctr: add changelog to meta`. New version is 0.7.1. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python310Packages.pyctr: 0.6.0 -> 0.7.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/257549"