guix-commits
[Top][All Lists]
Advanced

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

29/96: gnu: python-typing-extensions: Update to 4.5.0.


From: guix-commits
Subject: 29/96: gnu: python-typing-extensions: Update to 4.5.0.
Date: Wed, 19 Apr 2023 21:41:08 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 96be62d2ed521942fa7f19ac42b9129eb5a6e918
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 16 23:43:09 2023 -0400

    gnu: python-typing-extensions: Update to 4.5.0.
    
    * gnu/packages/python-build.scm (python-typing-extensions): Update to 4.5.0.
    [home-page]: Update URL.
---
 gnu/packages/python-build.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 0e3d3675a4..c5185a77fb 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -216,19 +216,19 @@ PyPI (pypi.org).")
 (define-public python-typing-extensions
   (package
     (name "python-typing-extensions")
-    (version "4.3.0")
+    (version "4.5.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "typing_extensions" version))
               (sha256
                (base32
-                "19n4l57qazwrbvxjrbxw2vvfyd0zbk8ivnwm4zmwfzzl69x6glp6"))))
+                "1jx7ki3sji60v7h2805b2phq9ynsvshj5xiygdh9kmirj6kz9daw"))))
     (build-system pyproject-build-system)
     ;; Disable the test suite to keep the dependencies to a minimum.  Also,
     ;; the test suite requires Python's test module, not available in Guix.
     (arguments (list #:tests? #f))
     (native-inputs (list python-flit-core))
-    (home-page "https://github.com/python/typing/typing_extensions";)
+    (home-page "https://github.com/python/typing_extensions";)
     (synopsis "Experimental type hints for Python")
     (description
      "The typing_extensions module contains additional @code{typing} hints not



reply via email to

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