guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: python-pygments: Update to 2.2.0.


From: Ben Woodcroft
Subject: 07/09: gnu: python-pygments: Update to 2.2.0.
Date: Sat, 16 Sep 2017 21:13:56 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 00c788824172d0f942cbee274c96941c505596f7
Author: Ben Woodcroft <address@hidden>
Date:   Tue Aug 15 18:25:07 2017 +1000

    gnu: python-pygments: Update to 2.2.0.
    
    * gnu/packages/databases.scm (python-pygments): Update to 2.2.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d04d7cb..c431993 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3216,14 +3216,14 @@ reStructuredText.")
 (define-public python-pygments
   (package
     (name "python-pygments")
-    (version "2.1.3")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Pygments" version))
        (sha256
         (base32
-         "10axnp2wpjnq9g8wg53fx0c70dfxqrz498jyz8mrdx9a3flwir48"))))
+         "1k78qdvir1yb1c634nkv6rbga8wv4289xarghmsbbvzhvr311bnv"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: Tests require sphinx, which depends on this.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]