gnu: python-gast: Update to 0.3.3.

* gnu/packages/python-xyz.scm (python-gast): Update to 0.3.3.
This commit is contained in:
Marius Bakke 2020-03-21 09:56:05 +01:00
parent de1d778ef5
commit c28a8855f1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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