0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 22:20:30 +03:00

python310Packages.palettable: 3.3.1 -> 3.3.2

https://github.com/jiffyclub/palettable/releases/tag/v3.3.2
This commit is contained in:
Mario Rodas 2023-04-16 04:20:00 +00:00
parent c30de18915
commit be005b5940

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "palettable";
version = "3.3.1";
version = "3.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-PsJCJw5K0EXAPQN+Wyj0d8wtCst/1ZJprW4NdWrMXqY=";
sha256 = "sha256-aoZ8Qlov8ojqtDVr7ewA3gBt7jbJmmFHwuGwXeeJrJ8=";
};
nativeCheckInputs = [ pytest ];