##// END OF EJS Templates
dependencies: freeze redis==3.3.11
marcink -
r4069:bc009aaa default
parent child Browse files
Show More
@@ -1702,11 +1702,11 b' self: super: {'
1702 };
1702 };
1703 };
1703 };
1704 "redis" = super.buildPythonPackage {
1704 "redis" = super.buildPythonPackage {
1705 name = "redis-3.3.8";
1705 name = "redis-3.3.11";
1706 doCheck = false;
1706 doCheck = false;
1707 src = fetchurl {
1707 src = fetchurl {
1708 url = "https://files.pythonhosted.org/packages/d7/e9/549305f1c2480f8c24abadfaa71c20967cc3269769073b59960e9a566072/redis-3.3.8.tar.gz";
1708 url = "https://files.pythonhosted.org/packages/06/ca/00557c74279d2f256d3c42cabf237631355f3a132e4c74c2000e6647ad98/redis-3.3.11.tar.gz";
1709 sha256 = "0fyxzqax7lcwzwhvnz0i0q6v62hxyv1mv52ywx3bpff9a2vjz8lq";
1709 sha256 = "1hicqbi5xl92hhml82awrr2rxl9jar5fp8nbcycj9qgmsdwc43wd";
1710 };
1710 };
1711 meta = {
1711 meta = {
1712 license = [ pkgs.lib.licenses.mit ];
1712 license = [ pkgs.lib.licenses.mit ];
@@ -55,7 +55,7 b' pytz==2019.2'
55 tzlocal==1.5.1
55 tzlocal==1.5.1
56 pyzmq==14.6.0
56 pyzmq==14.6.0
57 py-gfm==0.1.4
57 py-gfm==0.1.4
58 redis==3.3.8
58 redis==3.3.11
59 repoze.lru==0.7
59 repoze.lru==0.7
60 requests==2.9.1
60 requests==2.9.1
61 routes==2.4.1
61 routes==2.4.1
General Comments 0
You need to be logged in to leave comments. Login now