python3Packages.cftime: 1.4.1 -> 1.5.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:11 +02:00 committed by Jonathan Ringer
parent dff7c383c6
commit 1e2232a54f
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "cftime";
version = "1.4.1";
version = "1.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "7c55540bc164746c3c4f86a07c9c7b9ed4dfb0b0d988348ec63cec065c58766d";
sha256 = "b644bcb53346b6f4fe2fcc9f3b574740a2097637492dcca29632c817e0604f29";
};
checkInputs = [