guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/18: gnu: python-typing-extension: Update to 3.7.4.2.


From: guix-commits
Subject: 05/18: gnu: python-typing-extension: Update to 3.7.4.2.
Date: Sat, 25 Jul 2020 12:49:15 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cd09634ad52e6f32d85af71e0410ab4e2b6eaed9
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Tue Jul 21 13:56:24 2020 +0200

    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>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5f62d04..22b2c6b 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]