##// END OF EJS Templates
dependencies: bumped pyparsing==2.4.7
marcink -
r4308:f4c38d4d default
parent child Browse files
Show More
@@ -1454,11 +1454,11 b' self: super: {'
1454 };
1454 };
1455 };
1455 };
1456 "pyparsing" = super.buildPythonPackage {
1456 "pyparsing" = super.buildPythonPackage {
1457 name = "pyparsing-2.4.6";
1457 name = "pyparsing-2.4.7";
1458 doCheck = false;
1458 doCheck = false;
1459 src = fetchurl {
1459 src = fetchurl {
1460 url = "https://files.pythonhosted.org/packages/a2/56/0404c03c83cfcca229071d3c921d7d79ed385060bbe969fde3fd8f774ebd/pyparsing-2.4.6.tar.gz";
1460 url = "https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz";
1461 sha256 = "17wn5zlijc9m9zj26gy3f541y7smpj8rfhl51d025c2gm210b0sc";
1461 sha256 = "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2";
1462 };
1462 };
1463 meta = {
1463 meta = {
1464 license = [ pkgs.lib.licenses.mit ];
1464 license = [ pkgs.lib.licenses.mit ];
@@ -42,7 +42,7 b' py-bcrypt==0.4'
42 pycurl==7.43.0.3
42 pycurl==7.43.0.3
43 pycrypto==2.6.1
43 pycrypto==2.6.1
44 pygments==2.4.2
44 pygments==2.4.2
45 pyparsing==2.4.6
45 pyparsing==2.4.7
46 pyramid-debugtoolbar==4.6.1
46 pyramid-debugtoolbar==4.6.1
47 pyramid-mako==1.1.0
47 pyramid-mako==1.1.0
48 pyramid==1.10.4
48 pyramid==1.10.4
General Comments 0
You need to be logged in to leave comments. Login now