gnu: python-typing: Update to 3.6.6.
* gnu/packages/python.scm (python-typing): Update to 3.6.6.
This commit is contained in:
parent
419aa05e1b
commit
82d5c7c6de
|
@ -13234,14 +13234,14 @@ source bytes using the UTF-8 encoding and then rewrites Python 3.6 style
|
||||||
(define-public python-typing
|
(define-public python-typing
|
||||||
(package
|
(package
|
||||||
(name "python-typing")
|
(name "python-typing")
|
||||||
(version "3.6.4")
|
(version "3.6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "typing" version))
|
(uri (pypi-uri "typing" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wmk9nkh30n37cbrqwkbggmj2390lhrlagjkd0ikm02l88saj06l"))))
|
"0ba9acs4awx15bf9v3nrs781msbd2nx826906nj6fqks2bvca9s0"))))
|
||||||
(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 New Issue