guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: python-typing-extensions: Update to 3.7.4.3.


From: guix-commits
Subject: 06/15: gnu: python-typing-extensions: Update to 3.7.4.3.
Date: Sun, 29 Nov 2020 14:08:56 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit cbb03bd5211d93526ce9a08920eebaa48d0ad27b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 27 23:34:10 2020 -0500

    gnu: python-typing-extensions: Update to 3.7.4.3.
    
    * gnu/packages/python-xyz.scm (python-typing-extensions): Update to 3.7.4.3.
---
 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 c40fc19..0f63b16 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18140,14 +18140,14 @@ and other tools.")
 (define-public python-typing-extensions
   (package
     (name "python-typing-extensions")
-    (version "3.7.4.2")
+    (version "3.7.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "typing_extensions" version))
        (sha256
         (base32
-         "1bk9b60s3rm1c8cwhv0bl3gh0x43153xxa6jpyllk9mc7jd5ivkr"))))
+         "0356ljrrplm917dqgpn8wjkw6j3mpp916gwxas7jhc3xc4xhgm4r"))))
     (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]