about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cftime
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 04:13:00 -0800
committerRobert Schütz <rschuetz17@gmail.com>2018-12-15 13:13:00 +0100
commit2548f6897ae619d87b0ebded40e9c38f37ce1c25 (patch)
tree22e1ef5a335c42a5a188fb1ec00941f96fa7f5f8 /pkgs/development/python-modules/cftime
parent4acf668d18cab1bfd6b0930101014cb4d30bbdd8 (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/cftime')
-rw-r--r--pkgs/development/python-modules/cftime/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cftime/default.nix b/pkgs/development/python-modules/cftime/default.nix
index 4c11267b041df..d4f59d417714b 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.2.1";
+  version = "1.0.3.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1fxpvy3z0b3ga8ylr54ml7nxsfah2bh5azk43nb565rcka3x909c";
+    sha256 = "0362dhxbzk593walyjz30dll6y2y79wialik647cbwdsf3ad0x6x";
   };
 
   checkInputs = [ pytest coveralls pytestcov ];