python: palettable: 3.2.0 -> 3.3.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:40 +02:00
parent 62a2ae9acd
commit fa99bedd37

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "palettable"; pname = "palettable";
version = "3.2.0"; version = "3.3.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1qp83l4mnwa9rb06m1d45i4691nkbqi82895ck4j6pirb825mz4c"; sha256 = "72feca71cf7d79830cd6d9181b02edf227b867d503bec953cf9fa91bf44896bd";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];