From 39d9261bea4357f6d29f5d6054a733e7a1c2b9c6 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 8 Nov 2018 22:32:41 -0800 Subject: [PATCH] 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 --- pkgs/development/python-modules/cftime/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cftime/default.nix b/pkgs/development/python-modules/cftime/default.nix index 9190f274a24..4c11267b041 100644 --- a/pkgs/development/python-modules/cftime/default.nix +++ b/pkgs/development/python-modules/cftime/default.nix @@ -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 ];