Show More
@@ -1212,11 +1212,11 b' self: super: {' | |||
|
1212 | 1212 | }; |
|
1213 | 1213 | }; |
|
1214 | 1214 | "psycopg2" = super.buildPythonPackage { |
|
1215 |
name = "psycopg2-2. |
|
|
1215 | name = "psycopg2-2.8.2"; | |
|
1216 | 1216 | doCheck = false; |
|
1217 | 1217 | src = fetchurl { |
|
1218 |
url = "https://files.pythonhosted.org/packages/ |
|
|
1219 | sha256 = "0zjbabb4qjx9dm07imhf8y5a9rpa06d5zah80myiimgdi83nslpl"; | |
|
1218 | url = "https://files.pythonhosted.org/packages/23/7e/93c325482c328619870b6cd09370f6dbe1148283daca65115cd63642e60f/psycopg2-2.8.2.tar.gz"; | |
|
1219 | sha256 = "122mn2z3r0zgs8jyq682jjjr6vq5690qmxqf22gj6g41dwdz5b2w"; | |
|
1220 | 1220 | }; |
|
1221 | 1221 | meta = { |
|
1222 | 1222 | license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now