diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2020-07-21 13:56:24 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-25 18:47:55 +0200 |
commit | cd09634ad52e6f32d85af71e0410ab4e2b6eaed9 (patch) | |
tree | 7bb13af0c0bbe234be106e1c0c8b83a26dbe3d9e | |
parent | 29b659ead373bcd02deec42275aa6cf1063bdb16 (diff) |
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>
-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 5f62d045e6..22b2c6b4e9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |