##// END OF EJS Templates
dependencies: bumped pygments to 2.4.2
dan -
r694:b37edcc3 default
parent child Browse files
Show More
@@ -505,11 +505,11 b' self: super: {'
505 505 };
506 506 };
507 507 "pygments" = super.buildPythonPackage {
508 name = "pygments-2.3.1";
508 name = "pygments-2.4.2";
509 509 doCheck = false;
510 510 src = fetchurl {
511 url = "https://files.pythonhosted.org/packages/64/69/413708eaf3a64a6abb8972644e0f20891a55e621c6759e2c3f3891e05d63/Pygments-2.3.1.tar.gz";
512 sha256 = "0ji87g09jph8jqcvclgb02qvxasdnr9pzvk90rl66d90yqcxmyjz";
511 url = "https://files.pythonhosted.org/packages/7e/ae/26808275fc76bf2832deb10d3a3ed3107bc4de01b85dcccbe525f2cd6d1e/Pygments-2.4.2.tar.gz";
512 sha256 = "15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748";
513 513 };
514 514 meta = {
515 515 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -4,7 +4,7 b' atomicwrites==1.2.1'
4 4 attrs==18.2.0
5 5 hupper==1.6.1
6 6 pathlib2==2.3.3
7 pygments==2.3.1
7 pygments==2.4.2
8 8 psutil==5.5.1
9 9 pluggy==0.11.0
10 10 scandir==1.10.0
General Comments 0
You need to be logged in to leave comments. Login now