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:26:23 +0100 |
commit | 6a2546f92d07df04e5d700924edd027ed1e2ef11 (patch) | |
tree | 2cac20f38760237ab93b8e23dcae87ce8f1b3b2e /gnu | |
parent | 8e14863e53e351a935912028ae5b5d36894727ab (diff) | |
download | guix-6a2546f92d07df04e5d700924edd027ed1e2ef11.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 cc21caa721..b50683f943 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3619,14 +3619,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. |