Merge pull request #49991 from r-ryantm/auto-update/python3.6-cftime

python36Packages.cftime: 1.0.1 -> 1.0.2.1
This commit is contained in:
Silvan Mosberger 2018-11-11 02:01:29 +01:00 committed by GitHub
commit 1e98e91941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "cftime";
version = "1.0.1";
version = "1.0.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "20556931f546838d09be5d589482dfae6164e0d403f0aab2163c006b680d3b92";
sha256 = "1fxpvy3z0b3ga8ylr54ml7nxsfah2bh5azk43nb565rcka3x909c";
};
checkInputs = [ pytest coveralls pytestcov ];