guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-rich: Update to 12.4.1.


From: guix-commits
Subject: 02/02: gnu: python-rich: Update to 12.4.1.
Date: Wed, 18 May 2022 10:21:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 93ef1eecd96a0dd0ebfe44adac8b027151697f2e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 18 16:20:25 2022 +0200

    gnu: python-rich: Update to 12.4.1.
    
    * gnu/packages/python-xyz.scm (python-rich): Update to 12.4.1.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 29b42ea3a0..2eebf774bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16497,13 +16497,13 @@ is made as zipfile like as possible.")
 (define-public python-rich
   (package
     (name "python-rich")
-    (version "10.2.2")
+    (version "12.4.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "rich" version))
               (sha256
                (base32
-                "1z5m5brcdf3vndpavcqj5nl35xby4x5rfj48klhwqycfqf3g9cqp"))))
+                "149vjb4cpf9mz14iig0b6d8065dm8aslp6pc45g9ipmp1wf00ffj"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -16532,7 +16532,7 @@ is made as zipfile like as possible.")
            (file-name (git-file-name name version))
            (sha256
             (base32
-             "19f4svb363sn5708qkpa6lakmiwzyb25h8kmh7bqrsbbrvi9hr70"))))))
+             "17c3gljn8zv32xnpsgd3fqgqn4r7cdfqri41hridcpbhssdgkyp9"))))))
     (home-page "https://github.com/willmcgugan/rich";)
     (synopsis "Render rich text and more to the terminal")
     (description



reply via email to

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