##// END OF EJS Templates
dependencies: bumped six to 1.11.0
marcink -
r318:5c15afa5 default
parent child Browse files
Show More
@@ -715,13 +715,13 b''
715 };
715 };
716 };
716 };
717 six = super.buildPythonPackage {
717 six = super.buildPythonPackage {
718 name = "six-1.9.0";
718 name = "six-1.11.0";
719 buildInputs = with self; [];
719 buildInputs = with self; [];
720 doCheck = false;
720 doCheck = false;
721 propagatedBuildInputs = with self; [];
721 propagatedBuildInputs = with self; [];
722 src = fetchurl {
722 src = fetchurl {
723 url = "https://pypi.python.org/packages/16/64/1dc5e5976b17466fd7d712e59cbe9fb1e18bec153109e5ba3ed6c9102f1a/six-1.9.0.tar.gz";
723 url = "https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
724 md5 = "476881ef4012262dfc8adc645ee786c4";
724 md5 = "d12789f9baf7e9fb2524c0c64f1773f8";
725 };
725 };
726 meta = {
726 meta = {
727 license = [ pkgs.lib.licenses.mit ];
727 license = [ pkgs.lib.licenses.mit ];
@@ -19,7 +19,7 b' subprocess32==3.2.7'
19
19
20 subvertpy==0.10.1
20 subvertpy==0.10.1
21
21
22 six==1.9.0
22 six==1.11.0
23 translationstring==1.3
23 translationstring==1.3
24 WebOb==1.7.3
24 WebOb==1.7.3
25 wheel==0.29.0
25 wheel==0.29.0
General Comments 0
You need to be logged in to leave comments. Login now