gnu: python-pygments: Update to 2.7.3.

* gnu/packages/python-xyz.scm (python-pygments): Update to 2.7.3.
This commit is contained in:
Marius Bakke 2020-12-12 19:27:10 +01:00
parent 8f8185b996
commit 6dfa6ddc21
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3589,14 +3589,14 @@ (define-public python-doc8
(define-public python-pygments
(package
(name "python-pygments")
(version "2.6.1")
(version "2.7.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Pygments" version))
(sha256
(base32
"0i4gnd4q0mgkq0dp5wymn7ca8zjd8fgp63139svs6jf2c6h48wv4"))))
"05mps9r966r3dpqw6zrs1nlwjdf5y4960hl9m7abwb3qyfnarwyc"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests require sphinx, which depends on this.