python311Packages.termcolor 2.2.0 -> 2.3.0 https://repology.org/project/python:termcolor/versions attrpath: python311Packages.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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/shzjd3n2b1n1fqcq94lm84xkdgsla4q7-packages.json.drv building '/nix/store/shzjd3n2b1n1fqcq94lm84xkdgsla4q7-packages.json.drv'... Going to be running update for following packages: - python3.11-termcolor-2.2.0 Press Enter key to continue... Running update for: - python3.11-termcolor-2.2.0: UPDATING ... - python3.11-termcolor-2.2.0: 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 ba5244f66af3..0d40a1b44f96 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.2.0"; + version = "2.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-38isPzUHiPI7KUez5s+lpTtjC2EubNiWWgFad2AguZo="; + hash = "sha256-tbCPaJN/E4/pL2wIm5nx4toK5WxSt4v3B1/ZVCD9mlo="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pytestCheckHook }: buildPythonPackage rec { pname = "termcolor"; version = "2.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-tbCPaJN/E4/pL2wIm5nx4toK5WxSt4v3B1/ZVCD9mlo="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; pythonImportsCheck = [ "termcolor" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Termcolor"; homepage = "https://pypi.python.org/pypi/termcolor"; license = licenses.mit; }; }