diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-12 19:27:10 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-13 21:44:12 +0100 |
commit | 6dfa6ddc21c0235be99499353d1f41fa50cc27ea (patch) | |
tree | 34b24ad19c7b94ffc05d6b8f08e77f1becb2d775 | |
parent | 8f8185b996036be7100b3016f27accec76ccd094 (diff) |
gnu: python-pygments: Update to 2.7.3.
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.7.3.
-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 333f7255c5..f96a4ade25 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3589,14 +3589,14 @@ text styles of documentation.") (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. |