guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: python-gast: Update to 0.3.3.


From: guix-commits
Subject: 01/10: gnu: python-gast: Update to 0.3.3.
Date: Sat, 21 Mar 2020 15:21:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c28a8855f1ab2a07680cd1639b4636033815dd7a
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 21 09:56:05 2020 +0100

    gnu: python-gast: Update to 0.3.3.
    
    * gnu/packages/python-xyz.scm (python-gast): Update to 0.3.3.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d0da9b3..973acce 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17047,13 +17047,13 @@ distribution.")
 (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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]