mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python-pygments: Update to 2.12.0.
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.12.0.
This commit is contained in:
parent
dd50817dd6
commit
f2ab6b04a4
1 changed files with 2 additions and 2 deletions
|
@ -4661,14 +4661,14 @@ (define-public python-doc8
|
||||||
(define-public python-pygments
|
(define-public python-pygments
|
||||||
(package
|
(package
|
||||||
(name "python-pygments")
|
(name "python-pygments")
|
||||||
(version "2.8.1")
|
(version "2.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Pygments" version))
|
(uri (pypi-uri "Pygments" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"153zyxigm879sk2n71lfv03y2pgxb7dl0dlsbwkz9aydxnkf2mi6"))))
|
"1sr6iqh21xi6p8aba4wa9pqfhjbbpcvn9jcsx0ggy4lniw8idcay"))))
|
||||||
(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…
Reference in a new issue