python310Packages.termcolor 0 -> 1 attrpath: python310Packages.termcolor 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/q84spa7a1zipv0wkp6cvmp9jkv2gnrws-packages.json.drv building '/nix/store/q84spa7a1zipv0wkp6cvmp9jkv2gnrws-packages.json.drv'... Going to be running update for following packages: - python3.10-termcolor-2.1.1 Press Enter key to continue... Running update for: - python3.10-termcolor-2.1.1: UPDATING ... - python3.10-termcolor-2.1.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/termcolor/default.nix b/pkgs/development/python-modules/termcolor/default.nix index 19a7525d6ba..c6959e2422f 100644 --- a/pkgs/development/python-modules/termcolor/default.nix +++ b/pkgs/development/python-modules/termcolor/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "termcolor"; - version = "2.1.1"; + version = "2.2.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Z87iAJrcZEnGUPa8873u0AyLpTqM2lNiczxT4KOftws="; + sha256 = "sha256-38isPzUHiPI7KUez5s+lpTtjC2EubNiWWgFad2AguZo="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.1.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pytestCheckHook }: buildPythonPackage rec { pname = "termcolor"; version = "2.2.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-38isPzUHiPI7KUez5s+lpTtjC2EubNiWWgFad2AguZo="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; pythonImportsCheck = [ "termcolor" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Termcolor"; homepage = "https://pypi.python.org/pypi/termcolor"; license = licenses.mit; }; }