diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-11 16:53:55 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-11 19:43:16 +0200 |
commit | 29f5fb9202f443e2b891ddd5831df57acd45a15f (patch) | |
tree | 89d402e8c2b3ccc5158569e6f90d6194b6d1029c /gnu | |
parent | 2be1580eed19c386062bcfbbbc8421c6d8fb6a6e (diff) | |
download | guix-29f5fb9202f443e2b891ddd5831df57acd45a15f.tar.gz guix-29f5fb9202f443e2b891ddd5831df57acd45a15f.zip |
gnu: python-gast: Update to 0.5.3.
* gnu/packages/python-xyz.scm (python-gast): Update to 0.5.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6077db4cc1..664d340892 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23545,13 +23545,13 @@ distribution.") (define-public python-gast (package (name "python-gast") - (version "0.5.2") + (version "0.5.3") (source (origin (method url-fetch) (uri (pypi-uri "gast" version)) (sha256 - (base32 "1xv77kzghiqfm4fnvlv0p878ma152dvcfkly3jij89lqigxcw7zq")))) + (base32 "1sidaczriw54pfkj3523y9j9q2harrczc1qqgnfaylz641ca5gng")))) (build-system python-build-system) (propagated-inputs (list python-astunparse)) |