mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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:
parent
3b3fb28086
commit
992b66a124
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue