python311Packages.shtab 0 -> 1 attrpath: python311Packages.shtab 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/pj6gpql78ng9mdn4xysxxzxbbk54pn05-packages.json.drv building '/nix/store/pj6gpql78ng9mdn4xysxxzxbbk54pn05-packages.json.drv'... Going to be running update for following packages: - python3.11-shtab-1.7.0 Press Enter key to continue... Running update for: - python3.11-shtab-1.7.0: UPDATING ... - python3.11-shtab-1.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/shtab/default.nix b/pkgs/development/python-modules/shtab/default.nix index de9d4fc20364..7ec98fce432b 100644 --- a/pkgs/development/python-modules/shtab/default.nix +++ b/pkgs/development/python-modules/shtab/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "shtab"; - version = "1.7.0"; + version = "1.7.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "shtab"; rev = "refs/tags/v${version}"; - hash = "sha256-b2XXDyO/2AnlxViC6sEEYUGviF6+FGXBnBcdQOuTViY="; + hash = "sha256-8bAwLSdJCzFw5Vf9CKBrH5zOoojeXds7aIRncl+sLBI="; }; postPatch = '' No auto update branch exists Old version 1.7.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pytest-timeout , pytestCheckHook , pythonOlder , setuptools , setuptools-scm , bashInteractive }: buildPythonPackage rec { pname = "shtab"; version = "1.7.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "iterative"; repo = "shtab"; rev = "refs/tags/v${version}"; hash = "sha256-8bAwLSdJCzFw5Vf9CKBrH5zOoojeXds7aIRncl+sLBI="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail " --cov=shtab --cov-report=term-missing --cov-report=xml" "" ''; nativeBuildInputs = [ setuptools setuptools-scm ]; nativeCheckInputs = [ bashInteractive pytest-timeout pytestCheckHook ]; pythonImportsCheck = [ "shtab" ]; meta = with lib; { description = "Module for shell tab completion of Python CLI applications"; mainProgram = "shtab"; homepage = "https://docs.iterative.ai/shtab/"; changelog = "https://github.com/iterative/shtab/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }