gnu: python-python-gast: Update to 0.2.2.

* gnu/packages/python-xyz.scm (python-python-gast): Update to 0.2.2.
master
Tobias Geerinckx-Rice 2019-03-21 02:55:04 +01:00
parent 91b61f0291
commit bd300261af
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -15104,14 +15104,13 @@ distribution.")
(define-public python-gast
(package
(name "python-gast")
(version "0.2.0")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "gast" version))
(sha256
(base32
"0c296xm1vz9x4w4inmdl0k8mnc0i9arw94si2i7pglpc461r0s3h"))))
(base32 "1w5dzdb3gpcfmd2s0b93d8gff40a1s41rv31458z14inb3s9v4zy"))))
(build-system python-build-system)
(propagated-inputs
`(("python-astunparse" ,python-astunparse)))