guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: python-tldr: Update to 3.2.0.


From: guix-commits
Subject: 13/16: gnu: python-tldr: Update to 3.2.0.
Date: Wed, 14 Feb 2024 16:15:42 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit f73da2ed2900009b24b5c14190d70857f69924d4
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Feb 10 23:35:51 2024 -0500

    gnu: python-tldr: Update to 3.2.0.
    
    * gnu/packages/python-xyz.scm (python-tldr): Update to 3.2.0.
    
    Change-Id: Iddf74f5d4a9a1c2e61bb8d74599ace35a60e769c
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 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 0c761434b4..29e2bfd222 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26412,7 +26412,7 @@ Public Suffix List's private domains as well.")
 (define-public python-tldr
   (package
     (name "python-tldr")
-    (version "3.1.0")
+    (version "3.2.0")
     (source
      (origin
        ;; There's no test in PyPI.
@@ -26422,7 +26422,7 @@ Public Suffix List's private domains as well.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hxmprqg8c4cvs19n7f80f3y7jj74i8sc2dmq2gdjmsdrb54bbzc"))))
+        (base32 "0hkjsnz03p9pdfgk85wampha4pyr82bwmnj8hj6kigc784ddy2ag"))))
     (build-system python-build-system)
     (arguments
      (list #:phases



reply via email to

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