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