diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-19 20:25:12 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-19 21:51:29 +0100 |
commit | 2daded5a9152003c3e64cb47250084c8a3192035 (patch) | |
tree | f1ee99c4e2a2f40ce02d0c0dab66ff0e9bb1f189 /gnu | |
parent | 3c2ebce669ff3340f32683690aef94469b217aea (diff) | |
download | guix-2daded5a9152003c3e64cb47250084c8a3192035.tar guix-2daded5a9152003c3e64cb47250084c8a3192035.tar.gz |
gnu: python-pygments: Update to 2.5.2.
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.5.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2c308796e7..d6f2ac8179 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2616,14 +2616,14 @@ reStructuredText.") (define-public python-pygments (package (name "python-pygments") - (version "2.4.2") + (version "2.5.2") (source (origin (method url-fetch) (uri (pypi-uri "Pygments" version)) (sha256 (base32 - "15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748")))) + "1zmhnswy0wxfn0xprs9aqsvx2c3kmzfn2wx14q8cv3vpkxdamj4q")))) (build-system python-build-system) (arguments ;; FIXME: Tests require sphinx, which depends on this. |