diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-24 13:08:59 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-24 14:46:04 +0000 |
| commit | dbe04d0dd73c5eda8c31839ba8c2ffdc40f0407d (patch) | |
| tree | 6e009c206294257a46e9c7c50319fc1c89c95448 /gnu | |
| parent | 986fd89192543e1959cbb3f9f4bd7a161812cb22 (diff) | |
gnu: python-typer: Update to 0.20.0.
* gnu/packages/python-xyz.scm (python-typer): Update to 0.20.0.
Change-Id: I02f19cbc915f38d0202ea0a9178a54a50a3fcb95
Change-Id: I9245624280504295b3322f3770ba74c6b683410b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c16c9a878eb..a9b5c9b713a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -38511,7 +38511,7 @@ with PEP 484 argument (and return) type annotations.") (define-public python-typer (package (name "python-typer") - (version "0.19.2") + (version "0.20.0") (source (origin (method git-fetch) @@ -38520,7 +38520,7 @@ with PEP 484 argument (and return) type annotations.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "13lkzlpb35xzz1spdisrmq7md9wq3msqxwcqj85vk905iq80xjwq")))) + (base32 "1a2ay2kj3d3rwjscx3hw2adgqifs3hdp7kwcpdh1bl3iy8mn9xdi")))) (build-system pyproject-build-system) (arguments (list |
