Skip to content

Commit

Permalink
Merge pull request #22863 from romildo/upd.pygments
Browse files Browse the repository at this point in the history
pygments: 2.1.3 -> 2.2.0
  • Loading branch information
FRidh committed Feb 23, 2017
2 parents 753c18e + 2055d6c commit 4810677
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20337,12 +20337,12 @@ in {
};

pygments = buildPythonPackage rec {
version = "2.1.3";
version = "2.2.0";
name = "Pygments-${version}";

src = pkgs.fetchurl {
url = "mirror://pypi/P/Pygments/${name}.tar.gz";
sha256 = "10axnp2wpjnq9g8wg53fx0c70dfxqrz498jyz8mrdx9a3flwir48";
sha256 = "1k78qdvir1yb1c634nkv6rbga8wv4289xarghmsbbvzhvr311bnv";
};

propagatedBuildInputs = with self; [ docutils ];
Expand Down Expand Up @@ -28985,7 +28985,8 @@ EOF
--replace 'pyyaml==3.11' 'pyyaml' \
--replace 'lxml==3.7.1' 'lxml' \
--replace 'pyopenssl==16.2.0' 'pyopenssl' \
--replace 'requests[socks]==2.12.4' 'requests[socks]'
--replace 'requests[socks]==2.12.4' 'requests[socks]' \
--replace 'pygments==2.1.3' 'pygments>=2.1,<3.0'
'';

propagatedBuildInputs = with self; [
Expand Down

0 comments on commit 4810677

Please sign in to comment.