Show More
@@ -1212,11 +1212,11 b' self: super: {' | |||||
1212 | }; |
|
1212 | }; | |
1213 | }; |
|
1213 | }; | |
1214 | "psycopg2" = super.buildPythonPackage { |
|
1214 | "psycopg2" = super.buildPythonPackage { | |
1215 |
name = "psycopg2-2.8. |
|
1215 | name = "psycopg2-2.8.3"; | |
1216 | doCheck = false; |
|
1216 | doCheck = false; | |
1217 | src = fetchurl { |
|
1217 | src = fetchurl { | |
1218 |
url = "https://files.pythonhosted.org/packages/2 |
|
1218 | url = "https://files.pythonhosted.org/packages/5c/1c/6997288da181277a0c29bc39a5f9143ff20b8c99f2a7d059cfb55163e165/psycopg2-2.8.3.tar.gz"; | |
1219 | sha256 = "122mn2z3r0zgs8jyq682jjjr6vq5690qmxqf22gj6g41dwdz5b2w"; |
|
1219 | sha256 = "0ms4kx0p5n281l89awccix4d05ybmdngnjjpi9jbzd0rhf1nwyl9"; | |
1220 | }; |
|
1220 | }; | |
1221 | meta = { |
|
1221 | meta = { | |
1222 | license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ]; |
|
1222 | license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ]; |
@@ -86,7 +86,7 b' zope.interface==4.6.0' | |||||
86 | mysql-python==1.2.5 |
|
86 | mysql-python==1.2.5 | |
87 | pymysql==0.8.1 |
|
87 | pymysql==0.8.1 | |
88 | pysqlite==2.8.3 |
|
88 | pysqlite==2.8.3 | |
89 |
psycopg2==2.8. |
|
89 | psycopg2==2.8.3 | |
90 |
|
90 | |||
91 | # IPYTHON RENDERING |
|
91 | # IPYTHON RENDERING | |
92 | # entrypoints backport, pypi version doesn't support egg installs |
|
92 | # entrypoints backport, pypi version doesn't support egg installs |
General Comments 0
You need to be logged in to leave comments.
Login now