diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-12 19:51:20 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-13 14:14:42 +0200 |
commit | 4cd4173d5bc92a55542e1693755f397e17887a48 (patch) | |
tree | 358d08f118bafc9dd362121b2bbfa63255a86d68 /gnu | |
parent | 4a5c79346a0de54f32f805ff4f11e72d3c2b489d (diff) | |
download | guix-4cd4173d5bc92a55542e1693755f397e17887a48.tar.gz |
gnu: python-pygments: Update to 2.4.0.
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.4.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0a1b41066c..3ec45ff6ea 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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. |