emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50382: closed ([[PATCH core-updates-frozen]] gnu: python-gast: Updat


From: GNU bug Tracking System
Subject: bug#50382: closed ([[PATCH core-updates-frozen]] gnu: python-gast: Update to 0.5.2.)
Date: Sun, 05 Sep 2021 09:12:01 +0000

Your message dated Sun, 05 Sep 2021 09:10:30 +0000
with message-id <87sfyj2xq7.fsf@kitej>
and subject line Re: [bug#50382] [[PATCH core-updates-frozen]] gnu: 
python-gast: Update to 0.5.2.
has caused the debbugs.gnu.org bug report #50382,
regarding [[PATCH core-updates-frozen]] gnu: python-gast: Update to 0.5.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50382: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50382
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [[PATCH core-updates-frozen]] gnu: python-gast: Update to 0.5.2. Date: Sat, 4 Sep 2021 20:15:07 +0000
* gnu/packages/python-xyz.scm (python-gast): Update to 0.5.2.
---
This fixes a build failure of python-gast on the core-updates-frozen
branch.

 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 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)))
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#50382] [[PATCH core-updates-frozen]] gnu: python-gast: Update to 0.5.2. Date: Sun, 05 Sep 2021 09:10:30 +0000
Patch pushed as 8bb7cb7befd0e4d7a8dacf4942401f39609cf339.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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