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:
Marius Bakke 2022-09-11 16:52:23 +02:00
parent 8f2bc17f2b
commit 2be1580eed
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -23524,13 +23524,13 @@ (define-public python-astor
(define-public python-astunparse
(package
(name "python-astunparse")
(version "1.6.2")
(version "1.6.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astunparse" version))
(sha256
(base32 "0rzbc44xcvzjhhiy7wac96mgal5mcjz1mfq8rmvgswskf4kf9cys"))))
(base32 "0wh8jjvwafxc7rvbyb13cdwndkicm7cry1bd8p1q9l7has23mnas"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; there are none
(propagated-inputs