gnu: python-typing: Update to 3.10.0.0.

* gnu/packages/python-xyz.scm (python-typing): Update to 3.10.0.0.
This commit is contained in:
Maxim Cournoyer 2021-12-20 11:07:57 -05:00
parent 3b3fb28086
commit 992b66a124
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -20871,13 +20871,13 @@ (define-public python-typer
(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")