guix-commits
[Top][All Lists]
Advanced

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

61/142: gnu: python-typing: Update to 3.10.0.0.


From: guix-commits
Subject: 61/142: gnu: python-typing: Update to 3.10.0.0.
Date: Mon, 10 Jan 2022 13:07:22 -0500 (EST)

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

commit 992b66a1244c0ccdca38083f7390b7d8795f6b2b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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 bc53c50f84..f0696b1684 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20871,13 +20871,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

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