python310Packages.colored 1.4.4 -> 2.2.3 https://repology.org/project/python:colored/versions attrpath: python310Packages.colored 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/jvb3cy8zxhq53iy4nn0lg2xnb9zfbc6c-packages.json.drv building '/nix/store/jvb3cy8zxhq53iy4nn0lg2xnb9zfbc6c-packages.json.drv'... Going to be running update for following packages: - python3.10-colored-1.4.4 Press Enter key to continue... Running update for: - python3.10-colored-1.4.4: UPDATING ... - python3.10-colored-1.4.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/colored/default.nix b/pkgs/development/python-modules/colored/default.nix index 1a8c55dfde09..6277cdcc9f67 100644 --- a/pkgs/development/python-modules/colored/default.nix +++ b/pkgs/development/python-modules/colored/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "colored"; - version = "1.4.4"; + version = "2.2.3"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-BP9NTdUUJ0/juZohu1L7lvJojAHpP7p77zciHny1bOA="; + hash = "sha256-GQWuRforf9Y6i0d2WG5jrquk342yJbcreP0WdAhViYM="; }; nativeCheckInputs = [ nose ]; No auto update branch exists Old version 1.4.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitLab , flit-core , unittestCheckHook }: buildPythonPackage rec { pname = "colored"; version = "2.2.3"; format = "pyproject"; src = fetchFromGitLab { owner = "dslackw"; repo = "colored"; rev = "refs/tags/${version}"; hash = "sha256-4APFAIN+cmPPd6qbqVC9iU4YntNEjoPbJXZywG1hsBY="; }; nativeBuildInputs = [ flit-core ]; nativeCheckInputs = [ unittestCheckHook ]; unittestFlagsArray = [ "unittests" ]; pythonImportsCheck = [ "colored" ]; meta = with lib; { description = "Simple library for color and formatting to terminal"; homepage = "https://gitlab.com/dslackw/colored"; changelog = "https://gitlab.com/dslackw/colored/-/raw/${version}/CHANGES.md"; maintainers = with maintainers; [ ]; license = licenses.mit; }; }