python310Packages.termcolor 2.3.0 -> 2.4.0 https://repology.org/project/python:termcolor/versions 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fqgk43s6r2g0n17zkgc7k9x3ka86d2sg-packages.json.drv building '/nix/store/fqgk43s6r2g0n17zkgc7k9x3ka86d2sg-packages.json.drv'... Going to be running update for following packages: - python3.10-termcolor-2.3.0 Press Enter key to continue... Running update for: - python3.10-termcolor-2.3.0: UPDATING ... - python3.10-termcolor-2.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/termcolor/default.nix b/pkgs/development/python-modules/termcolor/default.nix index 0d40a1b44f96..9a0af4e558e2 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.3.0"; + version = "2.4.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-tbCPaJN/E4/pL2wIm5nx4toK5WxSt4v3B1/ZVCD9mlo="; + hash = "sha256-qrnlYEfIrEHteY+jbYkqN6yms+kVnz4MJLxkqbOse3o="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pytestCheckHook }: buildPythonPackage rec { pname = "termcolor"; version = "2.4.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-qrnlYEfIrEHteY+jbYkqN6yms+kVnz4MJLxkqbOse3o="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; pythonImportsCheck = [ "termcolor" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Termcolor"; homepage = "https://pypi.python.org/pypi/termcolor"; license = licenses.mit; }; }