mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-typing-extensions: Update to 4.5.0.
* gnu/packages/python-build.scm (python-typing-extensions): Update to 4.5.0. [home-page]: Update URL.
This commit is contained in:
parent
ffef022d65
commit
96be62d2ed
1 changed files with 3 additions and 3 deletions
|
@ -216,19 +216,19 @@ 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.3.0")
|
(version "4.5.0")
|
||||||
(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
|
||||||
"19n4l57qazwrbvxjrbxw2vvfyd0zbk8ivnwm4zmwfzzl69x6glp6"))))
|
"1jx7ki3sji60v7h2805b2phq9ynsvshj5xiygdh9kmirj6kz9daw"))))
|
||||||
(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.
|
||||||
(arguments (list #:tests? #f))
|
(arguments (list #:tests? #f))
|
||||||
(native-inputs (list python-flit-core))
|
(native-inputs (list python-flit-core))
|
||||||
(home-page "https://github.com/python/typing/typing_extensions")
|
(home-page "https://github.com/python/typing_extensions")
|
||||||
(synopsis "Experimental type hints for Python")
|
(synopsis "Experimental type hints for Python")
|
||||||
(description
|
(description
|
||||||
"The typing_extensions module contains additional @code{typing} hints not
|
"The typing_extensions module contains additional @code{typing} hints not
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue