guix-commits
[Top][All Lists]
Advanced

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

17/22: gnu: python-typing-extensions: Update to 3.7.4.1.


From: guix-commits
Subject: 17/22: gnu: python-typing-extensions: Update to 3.7.4.1.
Date: Sun, 29 Mar 2020 16:37:50 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 99f3fdd182a696516303d26ed19de28a514269d4
Author: Alex ter Weele <address@hidden>
AuthorDate: Sat Feb 29 11:03:02 2020 -0600

    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 <address@hidden>
---
 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 5308b4e..daf129c 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";)



reply via email to

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