gnu: python-python-gast: Update to 0.2.2.
* gnu/packages/python-xyz.scm (python-python-gast): Update to 0.2.2.master
parent
91b61f0291
commit
bd300261af
|
@ -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)))
|
||||
|
|
Reference in New Issue