mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: python-cli-helpers: Update to 2.2.1.
* gnu/packages/python-xyz.scm (python-cli-helpers): Update to 2.2.1. [propagated-inputs]: Remove python-terminaltables.
This commit is contained in:
parent
31d037ecf3
commit
a9b3854eb7
1 changed files with 3 additions and 4 deletions
|
@ -3592,7 +3592,7 @@ (define-public python2-pyld
|
||||||
(define-public python-cli-helpers
|
(define-public python-cli-helpers
|
||||||
(package
|
(package
|
||||||
(name "python-cli-helpers")
|
(name "python-cli-helpers")
|
||||||
(version "2.0.1")
|
(version "2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; There's no source tarball on PyPI.
|
;; There's no source tarball on PyPI.
|
||||||
|
@ -3602,13 +3602,12 @@ (define-public python-cli-helpers
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bg2iw9l5dip0kbs00hajdk2v18wvhssbnq8hdf71278qf0wks5l"))))
|
(base32 "1hzavh9v9lkd1dn9f0nvg80f7v4banxvcrj10zy72przqz51k1sb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest))
|
(list python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-wcwidth python-configobj python-tabulate
|
(list python-wcwidth python-configobj python-tabulate))
|
||||||
python-terminaltables))
|
|
||||||
(home-page "https://github.com/dbcli/cli_helpers")
|
(home-page "https://github.com/dbcli/cli_helpers")
|
||||||
(synopsis "Helpers for building command-line apps")
|
(synopsis "Helpers for building command-line apps")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue