mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue