##// END OF EJS Templates
dependencies: bumped pygments to 2.3.1
marcink -
r618:4d536d4d 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.0";
508 name = "pygments-2.3.1";
509 509 doCheck = false;
510 510 src = fetchurl {
511 url = "https://files.pythonhosted.org/packages/63/a2/91c31c4831853dedca2a08a0f94d788fc26a48f7281c99a303769ad2721b/Pygments-2.3.0.tar.gz";
512 sha256 = "1z34ms51dh4jq4h3cizp7vd1dmsxcbvffkjsd2xxfav22nn6lrl2";
511 url = "https://files.pythonhosted.org/packages/64/69/413708eaf3a64a6abb8972644e0f20891a55e621c6759e2c3f3891e05d63/Pygments-2.3.1.tar.gz";
512 sha256 = "0ji87g09jph8jqcvclgb02qvxasdnr9pzvk90rl66d90yqcxmyjz";
513 513 };
514 514 meta = {
515 515 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -20,7 +20,7 b' psutil==5.4.8'
20 20 pyramid==1.10.1
21 21 pyramid-mako==1.0.2
22 22
23 pygments==2.3.0
23 pygments==2.3.1
24 24 pathlib2==2.3.3
25 25 repoze.lru==0.7
26 26 simplejson==3.11.1
General Comments 0
You need to be logged in to leave comments. Login now