* [bug#50382] [[PATCH core-updates-frozen]] gnu: python-gast: Update to 0.5.2.
@ 2021-09-04 20:15 Felix Gruber
2021-09-05 9:10 ` bug#50382: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-09-04 20:15 UTC (permalink / raw)
To: 50382; +Cc: Felix Gruber
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-05 9:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-04 20:15 [bug#50382] [[PATCH core-updates-frozen]] gnu: python-gast: Update to 0.5.2 Felix Gruber
2021-09-05 9:10 ` bug#50382: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.