mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
b554dc2bdf
commit
77bab3c44d
1 changed files with 2 additions and 2 deletions
|
@ -35356,13 +35356,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
|
||||
|
|
Loading…
Reference in a new issue