all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 71588@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#71588] [PATCH 2/2] gnu: python-shtab: Update to 1.7.1.
Date: Sun, 16 Jun 2024 10:34:59 +0200	[thread overview]
Message-ID: <20240616083503.26363-2-ngraves@ngraves.fr> (raw)
In-Reply-To: <20240616083503.26363-1-ngraves@ngraves.fr>

* gnu/packages/python-xyz.scm (python-shtab): Update to 1.7.1.

Change-Id: I27bb5e2cafc5a43277fc055a025c1069013a7297
---
 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 1781f36c7ad..b0a5183b6b5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35446,13 +35446,13 @@ (define-public python-verspec
 (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
-- 
2.45.1





  reply	other threads:[~2024-06-16  8:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-16  8:04 [bug#71588] [PATCH 0/2] Update python-shtab Nicolas Graves via Guix-patches via
2024-06-16  8:34 ` [bug#71588] [PATCH 1/2] gnu: python-shtab: Move to pyproject-build-system Nicolas Graves via Guix-patches via
2024-06-16  8:34   ` Nicolas Graves via Guix-patches via [this message]
2024-06-16 17:10 ` bug#71588: [PATCH 0/2] Update python-shtab jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240616083503.26363-2-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=71588@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.