gnu: python-pygments: Update to 2.4.0.

* gnu/packages/python-xyz.scm (python-pygments): Update to 2.4.0.
This commit is contained in:
Marius Bakke 2019-05-12 19:51:20 +02:00
parent 4a5c79346a
commit 4cd4173d5b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2482,14 +2482,14 @@ reStructuredText.")
(define-public python-pygments
(package
(name "python-pygments")
(version "2.2.0")
(version "2.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Pygments" version))
(sha256
(base32
"1k78qdvir1yb1c634nkv6rbga8wv4289xarghmsbbvzhvr311bnv"))))
"1xb5n3hvhk63kxypc03k7kfry20pny6gygi4bsl9kw1rnzzsdjri"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests require sphinx, which depends on this.