guix-commits
[Top][All Lists]
Advanced

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

235/242: gnu: python-pygments: Update to 2.12.0.


From: guix-commits
Subject: 235/242: gnu: python-pygments: Update to 2.12.0.
Date: Thu, 12 May 2022 14:14:52 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit f2ab6b04a464f07389d9b8196379ab84118e258b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu May 5 08:29:10 2022 -0400

    gnu: python-pygments: Update to 2.12.0.
    
    * gnu/packages/python-xyz.scm (python-pygments): Update to 2.12.0.
---
 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 fd0f51120e..69c16411d8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4661,14 +4661,14 @@ text styles of documentation.")
 (define-public python-pygments
   (package
     (name "python-pygments")
-    (version "2.8.1")
+    (version "2.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Pygments" version))
        (sha256
         (base32
-         "153zyxigm879sk2n71lfv03y2pgxb7dl0dlsbwkz9aydxnkf2mi6"))))
+         "1sr6iqh21xi6p8aba4wa9pqfhjbbpcvn9jcsx0ggy4lniw8idcay"))))
     (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]