##// END OF EJS Templates
dependencies: bumped redis==3.4.1
marcink -
r834:89c7828f default
parent child Browse files
Show More
@@ -762,11 +762,11 b' self: super: {'
762 762 };
763 763 };
764 764 "redis" = super.buildPythonPackage {
765 name = "redis-3.3.11";
765 name = "redis-3.4.1";
766 766 doCheck = false;
767 767 src = fetchurl {
768 url = "https://files.pythonhosted.org/packages/06/ca/00557c74279d2f256d3c42cabf237631355f3a132e4c74c2000e6647ad98/redis-3.3.11.tar.gz";
769 sha256 = "1hicqbi5xl92hhml82awrr2rxl9jar5fp8nbcycj9qgmsdwc43wd";
768 url = "https://files.pythonhosted.org/packages/ef/2e/2c0f59891db7db087a7eeaa79bc7c7f2c039e71a2b5b0a41391e9d462926/redis-3.4.1.tar.gz";
769 sha256 = "07yaj0j9fs7xdkg5bg926fa990khyigjbp31si8ai20vj8sv7kqd";
770 770 };
771 771 meta = {
772 772 license = [ pkgs.lib.licenses.mit ];
@@ -20,7 +20,7 b' pyramid-mako==1.1.0'
20 20 pygit2==0.28.2
21 21
22 22 repoze.lru==0.7
23 redis==3.3.11
23 redis==3.4.1
24 24 simplejson==3.16.0
25 25 subprocess32==3.5.4
26 26 subvertpy==0.10.1
General Comments 0
You need to be logged in to leave comments. Login now