python: cftime: 1.0.3.4 -> 1.0.4.2

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:27 +02:00
parent b5cdad4e18
commit 50179bb963

View File

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