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