python37Packages.cftime: 1.0.2.1 -> 1.0.3.4 (#52108)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cftime/versions
This commit is contained in:
R. RyanTM 2018-12-15 04:13:00 -08:00 committed by Robert Schütz
parent 4acf668d18
commit 2548f6897a

View File

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