gnu: python-astunparse: Update to 1.6.2.

* gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.2.
master
Tobias Geerinckx-Rice 2019-06-22 01:25:49 +02:00
parent 1710b8f889
commit 47d79541ba
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -15342,16 +15342,15 @@ with the HTTP/2-based RPC framework gRPC.")
(define-public python-astunparse
(package
(name "python-astunparse")
(version "1.6.1")
(version "1.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astunparse" version))
(sha256
(base32
"1jhidwyrqn17avqh9xnnm3wd7q7aahaq009cba67g86y6gxicyyj"))))
(base32 "0rzbc44xcvzjhhiy7wac96mgal5mcjz1mfq8rmvgswskf4kf9cys"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; there are none
(arguments '(#:tests? #f)) ; there are none
(propagated-inputs
`(("python-six" ,python-six)
("python-wheel" ,python-wheel)))