guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-shtab: Update to 1.7.1.


From: guix-commits
Subject: 02/03: gnu: python-shtab: Update to 1.7.1.
Date: Sun, 16 Jun 2024 13:07:58 -0400 (EDT)

jgart pushed a commit to branch master
in repository guix.

commit 77bab3c44d7fa907cb922a7f99c10d4d0694a0a4
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sun Jun 16 10:34:59 2024 +0200

    gnu: python-shtab: Update to 1.7.1.
    
    * gnu/packages/python-xyz.scm (python-shtab): Update to 1.7.1.
    
    Change-Id: I27bb5e2cafc5a43277fc055a025c1069013a7297
    Signed-off-by: jgart <jgart@dismail.de>
---
 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 ff371620a6..ab2cb1a815 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35356,13 +35356,13 @@ adapted from the @code{packaging} package.")
 (define-public python-shtab
   (package
     (name "python-shtab")
-    (version "1.5.3")
+    (version "1.7.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "shtab" version))
         (sha256
-          (base32 "127mymfm7r0hddk2vknqq34fj6dirj6ip990i3g4isx0lsd7pnsc"))))
+          (base32 "0g14778c5zgiq6b92k40n9irp75c5vcsvl5541cw8bmqxq1cnjsf"))))
     (build-system pyproject-build-system)
     (native-inputs
       (list bash



reply via email to

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