[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: python-pygments: Update to 2.8.1 [security fixes].
From: |
guix-commits |
Subject: |
01/06: gnu: python-pygments: Update to 2.8.1 [security fixes]. |
Date: |
Wed, 24 Mar 2021 15:01:17 -0400 (EDT) |
efraim pushed a commit to branch core-updates
in repository guix.
commit 5664bcdcb0e4c10dfe48dd5e4730fc3c746a21e2
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 24 00:01:52 2021 +0100
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.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 25f5fb3..789e837 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.
- branch core-updates created (now f08b070), guix-commits, 2021/03/24
- 02/06: Merge remote-tracking branch 'origin/master' into core-updates, guix-commits, 2021/03/24
- 05/06: gnu: make-libstdc++: Unconditionally apply powerpc substitution., guix-commits, 2021/03/24
- 01/06: gnu: python-pygments: Update to 2.8.1 [security fixes].,
guix-commits <=
- 04/06: gnu: gcc-4.7: Unconditionally apply powerpc substitution., guix-commits, 2021/03/24
- 06/06: gnu: findutils-boot0: Fix test suite on some systems., guix-commits, 2021/03/24
- 03/06: gnu: glibc: Absorb powerpc patch., guix-commits, 2021/03/24