diff options
author | Alex ter Weele <alex.ter.weele@gmail.com> | 2020-02-29 11:03:02 -0600 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-29 22:34:47 +0200 |
commit | 99f3fdd182a696516303d26ed19de28a514269d4 (patch) | |
tree | d7c147efed297c2e66314e84d040cfefbdb7e464 | |
parent | 5b8a60ff5dc8679a76220ad0031f1c7e725a86e7 (diff) | |
download | patches-99f3fdd182a696516303d26ed19de28a514269d4.tar patches-99f3fdd182a696516303d26ed19de28a514269d4.tar.gz |
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>
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5308b4e7f9..daf129c3c4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15631,14 +15631,14 @@ and other tools.") (define-public python-typing-extensions (package (name "python-typing-extensions") - (version "3.7.2") + (version "3.7.4.1") (source (origin (method url-fetch) (uri (pypi-uri "typing_extensions" version)) (sha256 (base32 - "0wfsv71pvkyf2na938l579jh0v3kzl6g744ijgnahcwd4d9x0b7v")))) + "1wj1vcgbnm20aiinmphyxfrbv3qi9xdhvw89ab3qm42y9n4wq7h9")))) (build-system python-build-system) (home-page "https://github.com/python/typing/blob/master/typing_extensions/README.rst") |