##// END OF EJS Templates
dependencies: bumped msgpack-python to 0.5.6
marcink -
r477:cba3b2db default
parent child Browse files
Show More
@@ -356,11 +356,11 b' self: super: {'
356 };
356 };
357 };
357 };
358 "msgpack-python" = super.buildPythonPackage {
358 "msgpack-python" = super.buildPythonPackage {
359 name = "msgpack-python-0.4.8";
359 name = "msgpack-python-0.5.6";
360 doCheck = false;
360 doCheck = false;
361 src = fetchurl {
361 src = fetchurl {
362 url = "https://files.pythonhosted.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz";
362 url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz";
363 sha256 = "11pqk5braa6wndpnr1dhg64js82vjgxnm0lzy73rwl831zgijaqs";
363 sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p";
364 };
364 };
365 meta = {
365 meta = {
366 license = [ pkgs.lib.licenses.asl20 ];
366 license = [ pkgs.lib.licenses.asl20 ];
@@ -10,7 +10,7 b' infrae.cache==1.0.1'
10 mako==1.0.7
10 mako==1.0.7
11 markupsafe==1.0.0
11 markupsafe==1.0.0
12 mercurial==4.6.1
12 mercurial==4.6.1
13 msgpack-python==0.4.8
13 msgpack-python==0.5.6
14
14
15 pastedeploy==1.5.2
15 pastedeploy==1.5.2
16 psutil==5.4.6
16 psutil==5.4.6
General Comments 0
You need to be logged in to leave comments. Login now