guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: python-pygments: Update to 2.5.2.


From: guix-commits
Subject: 15/16: gnu: python-pygments: Update to 2.5.2.
Date: Sun, 19 Jan 2020 16:42:45 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 2daded5a9152003c3e64cb47250084c8a3192035
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 19 20:25:12 2020 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2c30879..d6f2ac8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2616,14 +2616,14 @@ reStructuredText.")
 (define-public python-pygments
   (package
     (name "python-pygments")
-    (version "2.4.2")
+    (version "2.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Pygments" version))
        (sha256
         (base32
-         "15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748"))))
+         "1zmhnswy0wxfn0xprs9aqsvx2c3kmzfn2wx14q8cv3vpkxdamj4q"))))
     (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]