diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-24 00:01:52 +0100 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-24 00:01:59 +0100 |
commit | 5664bcdcb0e4c10dfe48dd5e4730fc3c746a21e2 (patch) | |
tree | 0afa4504cb8b5f0ec001cc9bf5b693f2feb2505d /gnu | |
parent | a9d540cfa87ef3a5de3296188f650fb0d037efbd (diff) | |
download | guix-5664bcdcb0e4c10dfe48dd5e4730fc3c746a21e2.tar.gz |
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.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 25f5fb33e2..789e83728f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3618,14 +3618,14 @@ text styles of documentation.") (define-public python-pygments (package (name "python-pygments") - (version "2.7.3") + (version "2.8.1") (source (origin (method url-fetch) (uri (pypi-uri "Pygments" version)) (sha256 (base32 - "05mps9r966r3dpqw6zrs1nlwjdf5y4960hl9m7abwb3qyfnarwyc")))) + "153zyxigm879sk2n71lfv03y2pgxb7dl0dlsbwkz9aydxnkf2mi6")))) (build-system python-build-system) (arguments ;; FIXME: Tests require sphinx, which depends on this. |