gnu: python-pygments: Update to 2.0.2.

* gnu/packages/python.scm (python-pygments): Update to 2.0.2.
This commit is contained in:
Efraim Flashner 2015-12-25 13:44:07 +02:00
parent 2d3a437c79
commit 9f44228512
1 changed files with 3 additions and 5 deletions

View File

@ -2540,16 +2540,14 @@ reStructuredText.")
(define-public python-pygments (define-public python-pygments
(package (package
(name "python-pygments") (name "python-pygments")
(version "1.6") (version "2.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "Pygments" version))
"https://pypi.python.org/packages/source/P/Pygments/Pygments-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1h11r6ss8waih51vcksfvzghfxiav2f8svc0812fa5kmyz5d97kr")))) "0lagrwifsgn0s8bzqahpr87p7gd38xja8f06akscinp6hj89283k"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))