python311Packages.palettable 3.3.2 -> 3.3.3 https://repology.org/project/python:palettable/versions attrpath: python311Packages.palettable 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/l15qbgp6rqsv1a8713kay3l9ia172b23-packages.json.drv building '/nix/store/l15qbgp6rqsv1a8713kay3l9ia172b23-packages.json.drv'... Going to be running update for following packages: - python3.11-palettable-3.3.2 Press Enter key to continue... Running update for: - python3.11-palettable-3.3.2: UPDATING ... - python3.11-palettable-3.3.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/palettable/default.nix b/pkgs/development/python-modules/palettable/default.nix index bd13c288894a..38d14e8c864c 100644 --- a/pkgs/development/python-modules/palettable/default.nix +++ b/pkgs/development/python-modules/palettable/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "palettable"; - version = "3.3.2"; + version = "3.3.3"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-aoZ8Qlov8ojqtDVr7ewA3gBt7jbJmmFHwuGwXeeJrJ8="; + sha256 = "sha256-CU3X2aX8HMpIVHc+XB/GoxWzO9WzqPRwZJKPrK8EkKg="; }; nativeCheckInputs = [ No auto update branch exists Old version 3.3.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , setuptools }: buildPythonPackage rec { pname = "palettable"; version = "3.3.3"; format = "pyproject"; src = fetchPypi { inherit pname version; sha256 = "sha256-CU3X2aX8HMpIVHc+XB/GoxWzO9WzqPRwZJKPrK8EkKg="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "palettable" "palettable.matplotlib" "palettable.tableau" ]; meta = with lib; { description = "A library of color palettes"; homepage = "https://jiffyclub.github.io/palettable/"; changelog = "https://github.com/jiffyclub/palettable/blob/v${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ psyanticy ]; }; }