gnu: python-typing: Update to 3.7.4.1.

* gnu/packages/python-xyz.scm (python-typing): Update to 3.7.4.1.
This commit is contained in:
Marius Bakke 2020-01-15 21:31:36 +01:00
parent 23d5d859a8
commit 559f5799db
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -14820,14 +14820,14 @@ based on the CPython 2.7 and 3.7 parsers.")
(define-public python-typing (define-public python-typing
(package (package
(name "python-typing") (name "python-typing")
(version "3.6.6") (version "3.7.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "typing" version)) (uri (pypi-uri "typing" version))
(sha256 (sha256
(base32 (base32
"0ba9acs4awx15bf9v3nrs781msbd2nx826906nj6fqks2bvca9s0")))) "08xs7s5pyq99hbrzw23inczmidz90krvpv9q5p1qrvh6yzrydpwi"))))
(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")