python310Packages.webcolors 0 -> 1 attrpath: python310Packages.webcolors 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/z578mlbrn6jz7clfx91z0vy4n2mg118d-packages.json.drv building '/nix/store/z578mlbrn6jz7clfx91z0vy4n2mg118d-packages.json.drv'... Going to be running update for following packages: - python3.10-webcolors-1.12 Press Enter key to continue... Running update for: - python3.10-webcolors-1.12: UPDATING ... - python3.10-webcolors-1.12: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/webcolors/default.nix b/pkgs/development/python-modules/webcolors/default.nix index 5ec245676a6a..8d4224f66895 100644 --- a/pkgs/development/python-modules/webcolors/default.nix +++ b/pkgs/development/python-modules/webcolors/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "webcolors"; - version = "1.12"; + version = "1.13"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-FtBD06CP1qGxt+Pp5iZA0JeQ3OgNK91HkqF1s1/nlKk="; + hash = "sha256-wiW2dMg/qSO+k9I1MwzgMANz0CiFzvIyOIE7DVZoMEo="; }; nativeCheckInputs = [ unittestCheckHook ]; No auto update branch exists Old version 1.12" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , unittestCheckHook , setuptools }: buildPythonPackage rec { pname = "webcolors"; version = "1.13"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-wiW2dMg/qSO+k9I1MwzgMANz0CiFzvIyOIE7DVZoMEo="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ unittestCheckHook ]; unittestFlagsArray = [ "-s" "tests" ]; pythonImportsCheck = [ "webcolors" ]; meta = with lib; { description = "Library for working with color names/values defined by the HTML and CSS specifications"; homepage = "https://github.com/ubernostrum/webcolors"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }