[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: python-pygments: Update to 2.8.1 [secu
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: python-pygments: Update to 2.8.1 [security fixes]. |
Date: |
Tue, 23 Mar 2021 19:03:29 -0400 |
This is an automated email from the git hooks/post-receive script.
lle_bout pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 5664bcd gnu: python-pygments: Update to 2.8.1 [security fixes].
5664bcd is described below
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: python-pygments: Update to 2.8.1 [security fixes].,
guix-commits <=