Show More
@@ -1169,11 +1169,11 b' self: super: {' | |||||
1169 | }; |
|
1169 | }; | |
1170 | }; |
|
1170 | }; | |
1171 | "psycopg2" = super.buildPythonPackage { |
|
1171 | "psycopg2" = super.buildPythonPackage { | |
1172 |
name = "psycopg2-2.7. |
|
1172 | name = "psycopg2-2.7.7"; | |
1173 | doCheck = false; |
|
1173 | doCheck = false; | |
1174 | src = fetchurl { |
|
1174 | src = fetchurl { | |
1175 |
url = "https://files.pythonhosted.org/packages/ |
|
1175 | url = "https://files.pythonhosted.org/packages/63/54/c039eb0f46f9a9406b59a638415c2012ad7be9b4b97bfddb1f48c280df3a/psycopg2-2.7.7.tar.gz"; | |
1176 | sha256 = "17klx964gw8z0znl0raz3by8vdc7cq5gxj4pdcrfcina84nrdkzc"; |
|
1176 | sha256 = "0zjbabb4qjx9dm07imhf8y5a9rpa06d5zah80myiimgdi83nslpl"; | |
1177 | }; |
|
1177 | }; | |
1178 | meta = { |
|
1178 | meta = { | |
1179 | license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ]; |
|
1179 | license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ]; |
@@ -91,7 +91,7 b' zope.interface==4.5.0' | |||||
91 | mysql-python==1.2.5 |
|
91 | mysql-python==1.2.5 | |
92 | pymysql==0.8.1 |
|
92 | pymysql==0.8.1 | |
93 | pysqlite==2.8.3 |
|
93 | pysqlite==2.8.3 | |
94 |
psycopg2==2.7. |
|
94 | psycopg2==2.7.7 | |
95 |
|
95 | |||
96 | # IPYTHON RENDERING |
|
96 | # IPYTHON RENDERING | |
97 | # entrypoints backport, pypi version doesn't support egg installs |
|
97 | # entrypoints backport, pypi version doesn't support egg installs |
General Comments 0
You need to be logged in to leave comments.
Login now