mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python-astunparse: Update to 1.6.2.
* gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.2.
This commit is contained in:
parent
1710b8f889
commit
47d79541ba
1 changed files with 3 additions and 4 deletions
|
@ -15342,16 +15342,15 @@ (define-public python-grpcio
|
||||||
(define-public python-astunparse
|
(define-public python-astunparse
|
||||||
(package
|
(package
|
||||||
(name "python-astunparse")
|
(name "python-astunparse")
|
||||||
(version "1.6.1")
|
(version "1.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "astunparse" version))
|
(uri (pypi-uri "astunparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0rzbc44xcvzjhhiy7wac96mgal5mcjz1mfq8rmvgswskf4kf9cys"))))
|
||||||
"1jhidwyrqn17avqh9xnnm3wd7q7aahaq009cba67g86y6gxicyyj"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ; there are none
|
(arguments '(#:tests? #f)) ; there are none
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
("python-wheel" ,python-wheel)))
|
("python-wheel" ,python-wheel)))
|
||||||
|
|
Loading…
Reference in a new issue