diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-25 13:44:07 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-26 23:10:53 +0200 |
commit | 9f442285128ae6ae234339843ba142cde588e2d4 (patch) | |
tree | cfb1698ffffc7cc70148ac70cac29c0688ffbf77 /gnu | |
parent | 2d3a437c79ac3c1dafbd958f94b1d2994f573b7c (diff) | |
download | patches-9f442285128ae6ae234339843ba142cde588e2d4.tar patches-9f442285128ae6ae234339843ba142cde588e2d4.tar.gz |
gnu: python-pygments: Update to 2.0.2.
* gnu/packages/python.scm (python-pygments): Update to 2.0.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a7922bbc85..77c7bf3147 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2540,16 +2540,14 @@ reStructuredText.") (define-public python-pygments (package (name "python-pygments") - (version "1.6") + (version "2.0.2") (source (origin (method url-fetch) - (uri (string-append - "https://pypi.python.org/packages/source/P/Pygments/Pygments-" - version ".tar.gz")) + (uri (pypi-uri "Pygments" version)) (sha256 (base32 - "1h11r6ss8waih51vcksfvzghfxiav2f8svc0812fa5kmyz5d97kr")))) + "0lagrwifsgn0s8bzqahpr87p7gd38xja8f06akscinp6hj89283k")))) (build-system python-build-system) (inputs `(("python-setuptools" ,python-setuptools))) |