summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-03-24 00:01:52 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-03-24 00:01:59 +0100
commit5664bcdcb0e4c10dfe48dd5e4730fc3c746a21e2 (patch)
tree0afa4504cb8b5f0ec001cc9bf5b693f2feb2505d /gnu
parenta9d540cfa87ef3a5de3296188f650fb0d037efbd (diff)
gnu: python-pygments: Update to 2.8.1 [security fixes].
Fixes at least CVE-2021-20270. * gnu/packages/python-xyz.scm (python-pygments): Update to 2.8.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 25f5fb33e2f..789e83728ff 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3618,14 +3618,14 @@ text styles of documentation.")
3618(define-public python-pygments 3618(define-public python-pygments
3619 (package 3619 (package
3620 (name "python-pygments") 3620 (name "python-pygments")
3621 (version "2.7.3") 3621 (version "2.8.1")
3622 (source 3622 (source
3623 (origin 3623 (origin
3624 (method url-fetch) 3624 (method url-fetch)
3625 (uri (pypi-uri "Pygments" version)) 3625 (uri (pypi-uri "Pygments" version))
3626 (sha256 3626 (sha256
3627 (base32 3627 (base32
3628 "05mps9r966r3dpqw6zrs1nlwjdf5y4960hl9m7abwb3qyfnarwyc")))) 3628 "153zyxigm879sk2n71lfv03y2pgxb7dl0dlsbwkz9aydxnkf2mi6"))))
3629 (build-system python-build-system) 3629 (build-system python-build-system)
3630 (arguments 3630 (arguments
3631 ;; FIXME: Tests require sphinx, which depends on this. 3631 ;; FIXME: Tests require sphinx, which depends on this.