mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
a9d540cfa8
commit
5664bcdcb0
1 changed files with 2 additions and 2 deletions
|
@ -3618,14 +3618,14 @@ text styles of documentation.")
|
||||||
(define-public python-pygments
|
(define-public python-pygments
|
||||||
(package
|
(package
|
||||||
(name "python-pygments")
|
(name "python-pygments")
|
||||||
(version "2.7.3")
|
(version "2.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Pygments" version))
|
(uri (pypi-uri "Pygments" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05mps9r966r3dpqw6zrs1nlwjdf5y4960hl9m7abwb3qyfnarwyc"))))
|
"153zyxigm879sk2n71lfv03y2pgxb7dl0dlsbwkz9aydxnkf2mi6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Tests require sphinx, which depends on this.
|
;; FIXME: Tests require sphinx, which depends on this.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue