summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2021-09-04 20:15:07 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2021-09-05 10:02:18 +0200
commit8bb7cb7befd0e4d7a8dacf4942401f39609cf339 (patch)
tree0fc7f0abb9cdfc1b0f6cb81e327137fd4427e71c
parent68dd6d809398297dc2ebef522186c9b9f2566739 (diff)
downloadguix-8bb7cb7befd0e4d7a8dacf4942401f39609cf339.tar.gz
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>
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 747340926c..acc7910f32 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21843,13 +21843,13 @@ distribution.")
 (define-public python-gast
   (package
     (name "python-gast")
-    (version "0.3.3")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "gast" version))
        (sha256
-        (base32 "0mrvvfzqafj1wzd0xxfmjf4vphnlxypbhpic1m283aj9i8lfz0dq"))))
+        (base32 "1xv77kzghiqfm4fnvlv0p878ma152dvcfkly3jij89lqigxcw7zq"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-astunparse" ,python-astunparse)))