me
/
guix
Archived
1
0
Fork 0

gnu: python-typing: Update to 3.7.4.1.

* gnu/packages/python-xyz.scm (python-typing): Update to 3.7.4.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -14820,14 +14820,14 @@ based on the CPython 2.7 and 3.7 parsers.")
(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")