guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: python-pygments: Update to 2.4.2.


From: guix-commits
Subject: 01/04: gnu: python-pygments: Update to 2.4.2.
Date: Thu, 20 Jun 2019 17:07:56 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit eed81080dc6f552e381971ec11cec5de0c58a58d
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 18 12:47:37 2019 +0200

    gnu: python-pygments: Update to 2.4.2.
    
    * gnu/packages/python-xyz.scm (python-pygments): Update to 2.4.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 e1d0b7f..466b2d8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2502,14 +2502,14 @@ reStructuredText.")
 (define-public python-pygments
   (package
     (name "python-pygments")
-    (version "2.4.0")
+    (version "2.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Pygments" version))
        (sha256
         (base32
-         "1xb5n3hvhk63kxypc03k7kfry20pny6gygi4bsl9kw1rnzzsdjri"))))
+         "15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748"))))
     (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]