gnu: python-astunparse: Update to 1.6.3.
* gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.3.
This commit is contained in:
parent
8f2bc17f2b
commit
2be1580eed
1 changed files with 2 additions and 2 deletions
|
@ -23524,13 +23524,13 @@ source via the Abstract Syntax Tree.")
|
||||||
(define-public python-astunparse
|
(define-public python-astunparse
|
||||||
(package
|
(package
|
||||||
(name "python-astunparse")
|
(name "python-astunparse")
|
||||||
(version "1.6.2")
|
(version "1.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "astunparse" version))
|
(uri (pypi-uri "astunparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rzbc44xcvzjhhiy7wac96mgal5mcjz1mfq8rmvgswskf4kf9cys"))))
|
(base32 "0wh8jjvwafxc7rvbyb13cdwndkicm7cry1bd8p1q9l7has23mnas"))))
|
||||||
(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
|
||||||
|
|
Reference in a new issue