##// END OF EJS Templates
dependencies: bumped psycopg2==2.8.4
marcink -
r4073:76afd922 default
parent child Browse files
Show More
@@ -1231,11 +1231,11 b' self: super: {'
1231 };
1231 };
1232 };
1232 };
1233 "psycopg2" = super.buildPythonPackage {
1233 "psycopg2" = super.buildPythonPackage {
1234 name = "psycopg2-2.8.3";
1234 name = "psycopg2-2.8.4";
1235 doCheck = false;
1235 doCheck = false;
1236 src = fetchurl {
1236 src = fetchurl {
1237 url = "https://files.pythonhosted.org/packages/5c/1c/6997288da181277a0c29bc39a5f9143ff20b8c99f2a7d059cfb55163e165/psycopg2-2.8.3.tar.gz";
1237 url = "https://files.pythonhosted.org/packages/84/d7/6a93c99b5ba4d4d22daa3928b983cec66df4536ca50b22ce5dcac65e4e71/psycopg2-2.8.4.tar.gz";
1238 sha256 = "0ms4kx0p5n281l89awccix4d05ybmdngnjjpi9jbzd0rhf1nwyl9";
1238 sha256 = "1djvh98pi4hjd8rxbq8qzc63bg8v78k33yg6pl99wak61b6fb67q";
1239 };
1239 };
1240 meta = {
1240 meta = {
1241 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1241 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
@@ -84,7 +84,7 b' zope.interface==4.6.0'
84 mysql-python==1.2.5
84 mysql-python==1.2.5
85 pymysql==0.8.1
85 pymysql==0.8.1
86 pysqlite==2.8.3
86 pysqlite==2.8.3
87 psycopg2==2.8.3
87 psycopg2==2.8.4
88
88
89 # IPYTHON RENDERING
89 # IPYTHON RENDERING
90 # entrypoints backport, pypi version doesn't support egg installs
90 # entrypoints backport, pypi version doesn't support egg installs
General Comments 0
You need to be logged in to leave comments. Login now