gnu: python-gast: Update to 0.5.2.

* gnu/packages/python-xyz.scm (python-gast): Update to 0.5.2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Felix Gruber 2021-09-04 20:15:07 +00:00 committed by Guillaume Le Vaillant
parent 68dd6d8093
commit 8bb7cb7bef
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -21843,13 +21843,13 @@ distribution.")
(define-public python-gast (define-public python-gast
(package (package
(name "python-gast") (name "python-gast")
(version "0.3.3") (version "0.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "gast" version)) (uri (pypi-uri "gast" version))
(sha256 (sha256
(base32 "0mrvvfzqafj1wzd0xxfmjf4vphnlxypbhpic1m283aj9i8lfz0dq")))) (base32 "1xv77kzghiqfm4fnvlv0p878ma152dvcfkly3jij89lqigxcw7zq"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-astunparse" ,python-astunparse))) `(("python-astunparse" ,python-astunparse)))