summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-31 22:21:36 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:09 +0100
commit3cbaf03b5f80fe7a56b4408730af834fe212b8f3 (patch)
tree1ef3247eb3a0a06a672f739c944d6562818dab4b /gnu
parent9c2b142914d159e5637d58a3efad774b7321b61f (diff)
gnu: python-typer: Update to 0.26.4.
* gnu/packages/python-xyz.scm (python-typer): Update to 0.26.4. [propagated-inputs]: Remove python-click and python-typing-extensions. Change-Id: Ib9f67ae05e14086997b1f56679987e8712a4ada7
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c607243f849..c6b50a8f636 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40186,7 +40186,8 @@ Python versions that don't natively support them.")
40186(define-public python-typer 40186(define-public python-typer
40187 (package 40187 (package
40188 (name "python-typer") 40188 (name "python-typer")
40189 (version "0.22.0") 40189 ;; XXX: starting from 0.26.0, Typer vendors Click.
40190 (version "0.26.4")
40190 (source 40191 (source
40191 (origin 40192 (origin
40192 (method git-fetch) 40193 (method git-fetch)
@@ -40195,7 +40196,7 @@ Python versions that don't natively support them.")
40195 (commit version))) 40196 (commit version)))
40196 (file-name (git-file-name name version)) 40197 (file-name (git-file-name name version))
40197 (sha256 40198 (sha256
40198 (base32 "17gxqqiafrp5dvqfm6k39zbanvnwb8b9kr7dvnkah17js0rfy1sz")))) 40199 (base32 "0cmk9wsnml1yykzs5sxfdww3bchh9f2f63cj6nirw39zilp1jjw0"))))
40199 (build-system pyproject-build-system) 40200 (build-system pyproject-build-system)
40200 (arguments 40201 (arguments
40201 (list 40202 (list
@@ -40213,10 +40214,7 @@ Python versions that don't natively support them.")
40213 python-pytest 40214 python-pytest
40214 python-pytest-xdist)) 40215 python-pytest-xdist))
40215 (propagated-inputs 40216 (propagated-inputs
40216 (list python-click 40217 (list python-annotated-doc
40217 python-typing-extensions
40218 python-annotated-doc
40219 ;; [optional]
40220 python-rich 40218 python-rich
40221 python-shellingham)) 40219 python-shellingham))
40222 (home-page "https://github.com/fastapi/typer") 40220 (home-page "https://github.com/fastapi/typer")