guix-commits
[Top][All Lists]
Advanced

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

35/40: gnu: python-pygments: Update to 2.7.3.


From: guix-commits
Subject: 35/40: gnu: python-pygments: Update to 2.7.3.
Date: Sun, 13 Dec 2020 15:46:22 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 6dfa6ddc21c0235be99499353d1f41fa50cc27ea
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 19:27:10 2020 +0100

    gnu: python-pygments: Update to 2.7.3.
    
    * gnu/packages/python-xyz.scm (python-pygments): Update to 2.7.3.
---
 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 333f725..f96a4ad 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.



reply via email to

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