##// END OF EJS Templates
dependencies: bumped pygments to 2.3.1
marcink -
r3358:88d9f8c8 default
parent child Browse files
Show More
@@ -1283,11 +1283,11 b' self: super: {'
1283 };
1283 };
1284 };
1284 };
1285 "pygments" = super.buildPythonPackage {
1285 "pygments" = super.buildPythonPackage {
1286 name = "pygments-2.3.0";
1286 name = "pygments-2.3.1";
1287 doCheck = false;
1287 doCheck = false;
1288 src = fetchurl {
1288 src = fetchurl {
1289 url = "https://files.pythonhosted.org/packages/63/a2/91c31c4831853dedca2a08a0f94d788fc26a48f7281c99a303769ad2721b/Pygments-2.3.0.tar.gz";
1289 url = "https://files.pythonhosted.org/packages/64/69/413708eaf3a64a6abb8972644e0f20891a55e621c6759e2c3f3891e05d63/Pygments-2.3.1.tar.gz";
1290 sha256 = "1z34ms51dh4jq4h3cizp7vd1dmsxcbvffkjsd2xxfav22nn6lrl2";
1290 sha256 = "0ji87g09jph8jqcvclgb02qvxasdnr9pzvk90rl66d90yqcxmyjz";
1291 };
1291 };
1292 meta = {
1292 meta = {
1293 license = [ pkgs.lib.licenses.bsdOriginal ];
1293 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -50,7 +50,7 b' py-bcrypt==0.4'
50 pycrypto==2.6.1
50 pycrypto==2.6.1
51 pycurl==7.43.0.2
51 pycurl==7.43.0.2
52 pyflakes==0.8.1
52 pyflakes==0.8.1
53 pygments==2.3.0
53 pygments==2.3.1
54 pyparsing==2.3.0
54 pyparsing==2.3.0
55 pyramid-beaker==0.8
55 pyramid-beaker==0.8
56 pyramid-debugtoolbar==4.4.0
56 pyramid-debugtoolbar==4.4.0
General Comments 0
You need to be logged in to leave comments. Login now