mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
0638686883
commit
7ff5992165
1 changed files with 2 additions and 2 deletions
|
@ -216,13 +216,13 @@ (define-public python-trove-classifiers
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue