# HG changeset patch # User Marcin Kuzminski # Date 2020-03-24 22:22:02 # Node ID 89c7828fe9bf69ca01359258adc324079731145e # Parent 4d558793b4f83290da7ec69a5bcf766cb23491e0 dependencies: bumped redis==3.4.1 diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -762,11 +762,11 @@ self: super: { }; }; "redis" = super.buildPythonPackage { - name = "redis-3.3.11"; + name = "redis-3.4.1"; doCheck = false; src = fetchurl { - url = "https://files.pythonhosted.org/packages/06/ca/00557c74279d2f256d3c42cabf237631355f3a132e4c74c2000e6647ad98/redis-3.3.11.tar.gz"; - sha256 = "1hicqbi5xl92hhml82awrr2rxl9jar5fp8nbcycj9qgmsdwc43wd"; + url = "https://files.pythonhosted.org/packages/ef/2e/2c0f59891db7db087a7eeaa79bc7c7f2c039e71a2b5b0a41391e9d462926/redis-3.4.1.tar.gz"; + sha256 = "07yaj0j9fs7xdkg5bg926fa990khyigjbp31si8ai20vj8sv7kqd"; }; meta = { license = [ pkgs.lib.licenses.mit ]; diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyramid-mako==1.1.0 pygit2==0.28.2 repoze.lru==0.7 -redis==3.3.11 +redis==3.4.1 simplejson==3.16.0 subprocess32==3.5.4 subvertpy==0.10.1