From dbe04d0dd73c5eda8c31839ba8c2ffdc40f0407d Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Mon, 24 Nov 2025 13:08:59 +0100 Subject: [PATCH] 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 --- 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 c16c9a878eb120b46da4039c9a8b94efb071726b..a9b5c9b713ae36bd594b9b879a665163adfad238 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