about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-06 13:24:16 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-06 10:09:39 -0700
commit446af47e7f639824f08c204cc68029a1167a20eb (patch)
tree070bcffeb4c03d9892e6889e9764bcdec4857d51 /pkgs/development/python-modules
parentabd57f28bfa03da8c32c148069803b5adf744334 (diff)
downloadnixlib-446af47e7f639824f08c204cc68029a1167a20eb.tar
nixlib-446af47e7f639824f08c204cc68029a1167a20eb.tar.gz
nixlib-446af47e7f639824f08c204cc68029a1167a20eb.tar.bz2
nixlib-446af47e7f639824f08c204cc68029a1167a20eb.tar.lz
nixlib-446af47e7f639824f08c204cc68029a1167a20eb.tar.xz
nixlib-446af47e7f639824f08c204cc68029a1167a20eb.tar.zst
nixlib-446af47e7f639824f08c204cc68029a1167a20eb.zip
python27Packages.cftime: 1.0.4.2 -> 1.1.2
Diffstat (limited to 'pkgs/development/python-modules')
-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 5046017a94d3..60946d23a1ed 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.4.2";
+  version = "1.1.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1ac64f8f9066ea756ea27d67cedaf064e7c866275218fa7c84684066a5890f70";
+    sha256 = "17w9myl8mg4isv4lb1nv64zim53ishi32f6m5m0s00q9a6v5qfb0";
   };
 
   checkInputs = [ pytest coveralls pytestcov ];