gnu: python-pygments: Update to 2.4.2.
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.4.2.
This commit is contained in:
parent
af847bd88f
commit
eed81080dc
|
@ -2502,14 +2502,14 @@ reStructuredText.")
|
||||||
(define-public python-pygments
|
(define-public python-pygments
|
||||||
(package
|
(package
|
||||||
(name "python-pygments")
|
(name "python-pygments")
|
||||||
(version "2.4.0")
|
(version "2.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Pygments" version))
|
(uri (pypi-uri "Pygments" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xb5n3hvhk63kxypc03k7kfry20pny6gygi4bsl9kw1rnzzsdjri"))))
|
"15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748"))))
|
||||||
(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 New Issue