1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 18:12:46 +00:00

python27Packages.cftime: 1.0.4.2 -> 1.1.2

This commit is contained in:
R. RyanTM 2020-05-06 13:24:16 +00:00 committed by Jon
parent abd57f28bf
commit 446af47e7f

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "cftime";
version = "1.0.4.2";
version = "1.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "1ac64f8f9066ea756ea27d67cedaf064e7c866275218fa7c84684066a5890f70";
sha256 = "17w9myl8mg4isv4lb1nv64zim53ishi32f6m5m0s00q9a6v5qfb0";
};
checkInputs = [ pytest coveralls pytestcov ];