Merge pull request #109688 from r-ryantm/auto-update/python3.7-cftime

python37Packages.cftime: 1.3.0 -> 1.3.1
This commit is contained in:
Mario Rodas 2021-01-17 22:58:47 -05:00 committed by GitHub
commit 6606639680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "cftime";
version = "1.3.0";
version = "1.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "8d6a1144f43b9d7a180d7ceb3aa8015b7133c615fbac231bed184a91129f0207";
sha256 = "77fd86e69b234d41fa8634d627e9e9ee0501c2a8a95268c2b524d38e0a33f090";
};
checkInputs = [