This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new dbe04d0dd7 gnu: python-typer: Update to 0.20.0.
dbe04d0dd7 is described below
commit dbe04d0dd73c5eda8c31839ba8c2ffdc40f0407d
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Nov 24 13:08:59 2025 +0100
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c16c9a878e..a9b5c9b713 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