diff options
| author | Nick Blumenauer <nicknb@posteo.com> | 2026-02-09 16:19:13 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-16 23:39:56 +0000 |
| commit | ae43aaadb085ffbee4bce6df035994e2afeba15c (patch) | |
| tree | 162616361ec3261bdc95a5cb26e068d678012066 /gnu/packages/python-xyz.scm | |
| parent | a450d2548a2e9e54fbdafa32aec89ddbd98c4c57 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8a282614237..a96cfa7f773 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
