mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-typing-extensions: Update to 4.12.2.
* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.12.2. Change-Id: I410ec4c8ed29624638476964c9f7a28f894e9fc8
This commit is contained in:
parent
0813d9ad5c
commit
6076135cba
1 changed files with 2 additions and 2 deletions
|
@ -215,13 +215,13 @@ PyPI (pypi.org).")
|
||||||
(define-public python-typing-extensions
|
(define-public python-typing-extensions
|
||||||
(package
|
(package
|
||||||
(name "python-typing-extensions")
|
(name "python-typing-extensions")
|
||||||
(version "4.10.0")
|
(version "4.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "typing_extensions" version))
|
(uri (pypi-uri "typing_extensions" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jxkj4pni8pdyrn79sq441lsp40xzw363n0qvfc6zfcgkv4dgaxh"))))
|
"1f7z47hmz48kgixzb3ffw6zml8j1iflf6ml8xr6xsng5qxasszhs"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; Disable the test suite to keep the dependencies to a minimum. Also,
|
;; Disable the test suite to keep the dependencies to a minimum. Also,
|
||||||
;; the test suite requires Python's test module, not available in Guix.
|
;; the test suite requires Python's test module, not available in Guix.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue