python38Packages.colorclass: 2.2.0 -> 2.2.2
This commit is contained in:
parent
af1af9d0a9
commit
9de828928a
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "colorclass";
|
||||
version = "2.2.0";
|
||||
version = "2.2.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b05c2a348dfc1aff2d502527d78a5b7b7e2f85da94a96c5081210d8e9ee8e18b";
|
||||
sha256 = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
|
|
Loading…
Reference in a new issue