about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-11-18 23:23:19 +0000
committerGitHub <noreply@github.com>2018-11-18 23:23:19 +0000
commitf26b325400eaf06e0db048a4872de9a5ea8e1852 (patch)
tree7e1df58ca4a8e7a6716f4e091170c57c74118964 /pkgs/development
parent4b5545932361382c35e2c1ce88bd8c0d5315dbea (diff)
parent094e64318801cb1ba86dfa244e7869bb4dc9bad9 (diff)
downloadnixlib-f26b325400eaf06e0db048a4872de9a5ea8e1852.tar
nixlib-f26b325400eaf06e0db048a4872de9a5ea8e1852.tar.gz
nixlib-f26b325400eaf06e0db048a4872de9a5ea8e1852.tar.bz2
nixlib-f26b325400eaf06e0db048a4872de9a5ea8e1852.tar.lz
nixlib-f26b325400eaf06e0db048a4872de9a5ea8e1852.tar.xz
nixlib-f26b325400eaf06e0db048a4872de9a5ea8e1852.tar.zst
nixlib-f26b325400eaf06e0db048a4872de9a5ea8e1852.zip
Merge pull request #50589 from r-ryantm/auto-update/python3.6-redis
python36Packages.redis: 2.10.6 -> 3.0.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/redis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/redis/default.nix b/pkgs/development/python-modules/redis/default.nix
index 6ea233f695bb..879ca3d7b4dd 100644
--- a/pkgs/development/python-modules/redis/default.nix
+++ b/pkgs/development/python-modules/redis/default.nix
@@ -1,11 +1,11 @@
 { fetchPypi, buildPythonPackage }:
 buildPythonPackage rec {
   pname = "redis";
-  version = "2.10.6";
+  version = "3.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52";
+    sha256 = "1kw3a1618pl908abiaxd41jg5z0rwyl2w2i0d8xi9zxy5437a011";
   };
 
   # tests require a running redis