apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit f3b898f464689a726fbe3565ef61ab4f339c101d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Dec 20 11:07:57 2021 -0500

    gnu: python-typing: Update to 3.10.0.0.
    
    * gnu/packages/python-xyz.scm (python-typing): Update to 3.10.0.0.
---
 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 fa3e184559..cb4cc7e8b1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20872,13 +20872,13 @@ Python 3.6+ type hints.")
 (define-public python-typing
   (package
     (name "python-typing")
-    (version "3.7.4.3")
+    (version "3.10.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "typing" version))
        (sha256
-        (base32 "1j8wnz8c9s049w9xbf7ssr1dmgg4rz7vdfq7m880srzxhafgp1qi"))))
+        (base32 "0c5il4d68fd4qrm5k3dps70j0xz0n5krj6lhwn9vzpal3whsvd0k"))))
     (build-system python-build-system)
     (home-page "https://docs.python.org/3/library/typing.html";)
     (synopsis "Type hints for Python")

Reply via email to