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:
parent
c30de18915
commit
be005b5940
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue