python310Packages.argh 0 -> 1 attrpath: python310Packages.argh 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.10-argh-0.29.4 Press Enter key to continue... Running update for: - python3.10-argh-0.29.4: UPDATING ... - python3.10-argh-0.29.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/argh/default.nix b/pkgs/development/python-modules/argh/default.nix index a03e441c8fda..76f2f90e3de0 100644 --- a/pkgs/development/python-modules/argh/default.nix +++ b/pkgs/development/python-modules/argh/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "argh"; - version = "0.29.4"; + version = "0.30.5"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-aVwK5FNCcMriaXhBtKVvQ0qZBpSgAmTqEOu7zcAsE/c="; + hash = "sha256-s339YXoJ0ZpKe8rtDgYLKIvHrI39wPrPiGpJol/zNyg="; }; nativeBuildInputs = [ An auto update branch exists with message `python310Packages.argh: 0.29.4 -> 0.30.3`. New version is 0.30.5. The auto update branch does not match or exceed the new version. Old version 0.29.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , fetchpatch , flit-core , iocapture , mock , pytestCheckHook }: buildPythonPackage rec { pname = "argh"; version = "0.30.4"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-n8qOacTa1PjSp7373YCwdURitTUQoD4bXPK0Oofm6WA="; }; nativeBuildInputs = [ flit-core ]; nativeCheckInputs = [ iocapture mock pytestCheckHook ]; pythonImportsCheck = [ "argh" ]; meta = with lib; { changelog = "https://github.com/neithere/argh/blob/v${version}/CHANGES"; homepage = "https://github.com/neithere/argh"; description = "An unobtrusive argparse wrapper with natural syntax"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ domenkozar ]; }; }