gnu: python-typing-extensions: Update to 4.9.0.

* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.9.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Hartmut Goebel 2024-02-11 12:43:40 +01:00 committed by Efraim Flashner
parent 0638686883
commit 7ff5992165
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -216,13 +216,13 @@ PyPI (pypi.org).")
(define-public python-typing-extensions
(package
(name "python-typing-extensions")
(version "4.5.0")
(version "4.9.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "typing_extensions" version))
(sha256
(base32
"1jx7ki3sji60v7h2805b2phq9ynsvshj5xiygdh9kmirj6kz9daw"))))
"10spkx7xjbxwcsgkqv483c5kn53s042wkrmfr1mdf9vzqf48yir3"))))
(build-system pyproject-build-system)
;; Disable the test suite to keep the dependencies to a minimum. Also,
;; the test suite requires Python's test module, not available in Guix.