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. |
|
1215 | name = "psycopg2-2.8.2"; | |
1216 | doCheck = false; |
|
1216 | doCheck = false; | |
1217 | src = fetchurl { |
|
1217 | src = fetchurl { | |
1218 |
url = "https://files.pythonhosted.org/packages/ |
|
1218 | url = "https://files.pythonhosted.org/packages/23/7e/93c325482c328619870b6cd09370f6dbe1148283daca65115cd63642e60f/psycopg2-2.8.2.tar.gz"; | |
1219 | sha256 = "0zjbabb4qjx9dm07imhf8y5a9rpa06d5zah80myiimgdi83nslpl"; |
|
1219 | sha256 = "122mn2z3r0zgs8jyq682jjjr6vq5690qmxqf22gj6g41dwdz5b2w"; | |
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"; } ]; |
@@ -87,7 +87,7 b' zope.interface==4.6.0' | |||||
87 | mysql-python==1.2.5 |
|
87 | mysql-python==1.2.5 | |
88 | pymysql==0.8.1 |
|
88 | pymysql==0.8.1 | |
89 | pysqlite==2.8.3 |
|
89 | pysqlite==2.8.3 | |
90 |
psycopg2==2. |
|
90 | psycopg2==2.8.2 | |
91 |
|
91 | |||
92 | # IPYTHON RENDERING |
|
92 | # IPYTHON RENDERING | |
93 | # entrypoints backport, pypi version doesn't support egg installs |
|
93 | # entrypoints backport, pypi version doesn't support egg installs |
General Comments 0
You need to be logged in to leave comments.
Login now