python36Packages.cftime: 1.0.1 -> 1.0.2.1

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.6-cftime/versions
This commit is contained in:
R. RyanTM 2018-11-08 22:32:41 -08:00
parent a054d74507
commit 39d9261bea

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 ];