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 (define-public python-typing
(package (package
(name "python-typing") (name "python-typing")
(version "3.7.4.3") (version "3.10.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "typing" version)) (uri (pypi-uri "typing" version))
(sha256 (sha256
(base32 "1j8wnz8c9s049w9xbf7ssr1dmgg4rz7vdfq7m880srzxhafgp1qi")))) (base32 "0c5il4d68fd4qrm5k3dps70j0xz0n5krj6lhwn9vzpal3whsvd0k"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://docs.python.org/3/library/typing.html") (home-page "https://docs.python.org/3/library/typing.html")
(synopsis "Type hints for Python") (synopsis "Type hints for Python")