##// END OF EJS Templates
dependencies: bumped pygments to 2.4.2
marcink -
r3732:79821161 new-ui
parent child Browse files
Show More
@@ -1329,11 +1329,11 b' self: super: {'
1329 };
1329 };
1330 };
1330 };
1331 "pygments" = super.buildPythonPackage {
1331 "pygments" = super.buildPythonPackage {
1332 name = "pygments-2.3.1";
1332 name = "pygments-2.4.2";
1333 doCheck = false;
1333 doCheck = false;
1334 src = fetchurl {
1334 src = fetchurl {
1335 url = "https://files.pythonhosted.org/packages/64/69/413708eaf3a64a6abb8972644e0f20891a55e621c6759e2c3f3891e05d63/Pygments-2.3.1.tar.gz";
1335 url = "https://files.pythonhosted.org/packages/7e/ae/26808275fc76bf2832deb10d3a3ed3107bc4de01b85dcccbe525f2cd6d1e/Pygments-2.4.2.tar.gz";
1336 sha256 = "0ji87g09jph8jqcvclgb02qvxasdnr9pzvk90rl66d90yqcxmyjz";
1336 sha256 = "15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748";
1337 };
1337 };
1338 meta = {
1338 meta = {
1339 license = [ pkgs.lib.licenses.bsdOriginal ];
1339 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -42,7 +42,7 b' psutil==5.5.1'
42 py-bcrypt==0.4
42 py-bcrypt==0.4
43 pycurl==7.43.0.2
43 pycurl==7.43.0.2
44 pycrypto==2.6.1
44 pycrypto==2.6.1
45 pygments==2.3.1
45 pygments==2.4.2
46 pyparsing==2.3.0
46 pyparsing==2.3.0
47 pyramid-beaker==0.8
47 pyramid-beaker==0.8
48 pyramid-debugtoolbar==4.5.0
48 pyramid-debugtoolbar==4.5.0
General Comments 0
You need to be logged in to leave comments. Login now