guix-commits
[Top][All Lists]
Advanced

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

08/24: gnu: python-python-gast: Update to 0.2.2.


From: guix-commits
Subject: 08/24: gnu: python-python-gast: Update to 0.2.2.
Date: Wed, 20 Mar 2019 23:07:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bd300261af3c2e3932a12f833ec4c5ef5804125a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 21 02:55:04 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 238a5e9..78453b2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)))



reply via email to

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