gnu: python-typing-extension: Update to 3.7.4.2.

* gnu/packages/python-xyz.scm (python-typing-extension): Update to 3.7.4.2.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Tanguy Le Carrour 2020-07-21 13:56:24 +02:00 committed by Marius Bakke
parent 29b659ead3
commit cd09634ad5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -16816,14 +16816,14 @@ and other tools.")
(define-public python-typing-extensions
(package
(name "python-typing-extensions")
(version "3.7.4.1")
(version "3.7.4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "typing_extensions" version))
(sha256
(base32
"1wj1vcgbnm20aiinmphyxfrbv3qi9xdhvw89ab3qm42y9n4wq7h9"))))
"1bk9b60s3rm1c8cwhv0bl3gh0x43153xxa6jpyllk9mc7jd5ivkr"))))
(build-system python-build-system)
(home-page
"https://github.com/python/typing/blob/master/typing_extensions/README.rst")