mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
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:
parent
23d5d859a8
commit
559f5799db
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue