mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-anaconda-cli-base: Update to 0.8.1.
* gnu/packages/python-xyz.scm (python-anaconda-cli-base): Update to 0.8.1. [propagated-inputs]: Add python-tomlkit. Merges: https://codeberg.org/guix/guix/pulls/6268 Change-Id: Ifb3213d0f73343b590f31cca1683ca7b444be258 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
a450d2548a
commit
ae43aaadb0
@@ -331,13 +331,13 @@
|
||||
(define-public python-anaconda-cli-base
|
||||
(package
|
||||
(name "python-anaconda-cli-base")
|
||||
(version "0.5.4")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "anaconda_cli_base" version))
|
||||
(sha256
|
||||
(base32 "01kspqfyqhzlb3hkxrvdlasch5ai87lizn6yz4g25ff4x7k5b4qx"))))
|
||||
(base32 "0r2cvz99vrvcm399qsfxiak5qb3mbr0kbvdrkbnm20l9lq2g18zr"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@@ -360,6 +360,7 @@
|
||||
python-readchar
|
||||
python-rich
|
||||
python-tomli
|
||||
python-tomlkit
|
||||
python-typer))
|
||||
(home-page "https://anaconda.github.io/anaconda-cli-base/")
|
||||
(synopsis "Base CLI entrypoint Anaconda CLI plugins")
|
||||
|
||||
Reference in New Issue
Block a user