Show More
@@ -886,11 +886,11 b' self: super: {' | |||||
886 | }; |
|
886 | }; | |
887 | }; |
|
887 | }; | |
888 | "msgpack-python" = super.buildPythonPackage { |
|
888 | "msgpack-python" = super.buildPythonPackage { | |
889 |
name = "msgpack-python-0. |
|
889 | name = "msgpack-python-0.5.6"; | |
890 | doCheck = false; |
|
890 | doCheck = false; | |
891 | src = fetchurl { |
|
891 | src = fetchurl { | |
892 |
url = "https://files.pythonhosted.org/packages/ |
|
892 | url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz"; | |
893 | sha256 = "11pqk5braa6wndpnr1dhg64js82vjgxnm0lzy73rwl831zgijaqs"; |
|
893 | sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p"; | |
894 | }; |
|
894 | }; | |
895 | meta = { |
|
895 | meta = { | |
896 | license = [ pkgs.lib.licenses.asl20 ]; |
|
896 | license = [ pkgs.lib.licenses.asl20 ]; |
@@ -32,7 +32,7 b' lxml==3.7.3' | |||||
32 | mako==1.0.7 |
|
32 | mako==1.0.7 | |
33 | markdown==2.6.11 |
|
33 | markdown==2.6.11 | |
34 | markupsafe==1.0.0 |
|
34 | markupsafe==1.0.0 | |
35 |
msgpack-python==0. |
|
35 | msgpack-python==0.5.6 | |
36 | mysql-python==1.2.5 |
|
36 | mysql-python==1.2.5 | |
37 | pymysql==0.8.1 |
|
37 | pymysql==0.8.1 | |
38 | objgraph==3.1.1 |
|
38 | objgraph==3.1.1 |
General Comments 0
You need to be logged in to leave comments.
Login now