mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-typing-extensions: Update to 3.7.4.1.
* gnu/packages/python-xyz (python-typing-extensions): Update to 3.7.4.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
5b8a60ff5d
commit
99f3fdd182
1 changed files with 2 additions and 2 deletions
|
@ -15631,14 +15631,14 @@ and other tools.")
|
||||||
(define-public python-typing-extensions
|
(define-public python-typing-extensions
|
||||||
(package
|
(package
|
||||||
(name "python-typing-extensions")
|
(name "python-typing-extensions")
|
||||||
(version "3.7.2")
|
(version "3.7.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "typing_extensions" version))
|
(uri (pypi-uri "typing_extensions" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wfsv71pvkyf2na938l579jh0v3kzl6g744ijgnahcwd4d9x0b7v"))))
|
"1wj1vcgbnm20aiinmphyxfrbv3qi9xdhvw89ab3qm42y9n4wq7h9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/python/typing/blob/master/typing_extensions/README.rst")
|
"https://github.com/python/typing/blob/master/typing_extensions/README.rst")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue