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 @@ (define-public python-typed-ast
(define-public python-typing
(package
(name "python-typing")
(version "3.6.6")
(version "3.7.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "typing" version))
(sha256
(base32
"0ba9acs4awx15bf9v3nrs781msbd2nx826906nj6fqks2bvca9s0"))))
"08xs7s5pyq99hbrzw23inczmidz90krvpv9q5p1qrvh6yzrydpwi"))))
(build-system python-build-system)
(home-page "https://docs.python.org/3/library/typing.html")
(synopsis "Type hints for Python")