~ruther/guix-local

dbe04d0dd73c5eda8c31839ba8c2ffdc40f0407d — Cayetano Santos 5 months ago 986fd89
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 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