dependencies: bumped pygments to 2.4.2

This commit is contained in:
Marcin Kuzminski 2019-06-06 15:45:22 +02:00
parent 45ed0809f1
commit c799896055
2 changed files with 4 additions and 4 deletions

View file

@ -1329,11 +1329,11 @@ self: super: {
};
};
"pygments" = super.buildPythonPackage {
name = "pygments-2.3.1";
name = "pygments-2.4.2";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/64/69/413708eaf3a64a6abb8972644e0f20891a55e621c6759e2c3f3891e05d63/Pygments-2.3.1.tar.gz";
sha256 = "0ji87g09jph8jqcvclgb02qvxasdnr9pzvk90rl66d90yqcxmyjz";
url = "https://files.pythonhosted.org/packages/7e/ae/26808275fc76bf2832deb10d3a3ed3107bc4de01b85dcccbe525f2cd6d1e/Pygments-2.4.2.tar.gz";
sha256 = "15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];

View file

@ -42,7 +42,7 @@ psutil==5.5.1
py-bcrypt==0.4
pycurl==7.43.0.2
pycrypto==2.6.1
pygments==2.3.1
pygments==2.4.2
pyparsing==2.3.0
pyramid-beaker==0.8
pyramid-debugtoolbar==4.5.0