##// END OF EJS Templates
dependencies: bumped msgpack to version 0.4.8.
marcink -
r1225:2c5189aa default
parent child Browse files
Show More
@@ -926,13 +926,13 b''
926 926 };
927 927 };
928 928 msgpack-python = super.buildPythonPackage {
929 name = "msgpack-python-0.4.6";
929 name = "msgpack-python-0.4.8";
930 930 buildInputs = with self; [];
931 931 doCheck = false;
932 932 propagatedBuildInputs = with self; [];
933 933 src = fetchurl {
934 url = "https://pypi.python.org/packages/15/ce/ff2840885789ef8035f66cd506ea05bdb228340307d5e71a7b1e3f82224c/msgpack-python-0.4.6.tar.gz";
935 md5 = "8b317669314cf1bc881716cccdaccb30";
934 url = "https://pypi.python.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz";
935 md5 = "dcd854fb41ee7584ebbf35e049e6be98";
936 936 };
937 937 meta = {
938 938 license = [ pkgs.lib.licenses.asl20 ];
@@ -57,7 +57,7 b' iso8601==0.1.11'
57 57 itsdangerous==0.24
58 58 kombu==1.5.1
59 59 meld3==1.0.2
60 msgpack-python==0.4.6
60 msgpack-python==0.4.8
61 61 nose==1.3.6
62 62 objgraph==2.0.0
63 63 packaging==15.2
General Comments 0
You need to be logged in to leave comments. Login now