Merge pull request #66104 from r-ryantm/auto-update/python3.7-palettable

python37Packages.palettable: 3.1.1 -> 3.2.0
This commit is contained in:
Mario Rodas 2019-08-05 19:28:18 -05:00 committed by GitHub
commit e5728b852c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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