This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4b51102d42 gnu: guile-hall: Fix build.
4b51102d42 is described below
commit 4b51102d42ff0f6b6167010a0cd4ebf72e1e29a8
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Mar 10 18:10:57 2026 +0900
gnu: guile-hall: Fix build.
* gnu/packages/guile-xyz.scm (guile-hall)
[native-inputs, inputs]: Replace guile-3.0 with guile-3.0-latest.
Change-Id: I16a86960b0f029283f4317578226679858d86d06
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 4f09de820b..e2e3ecd6f1 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2800,12 +2800,12 @@ above command-line parameters.")
(list autoconf
automake
gettext-minimal
- guile-3.0
+ guile-3.0-latest ;to match the Guile version used by Guix
pkg-config
texinfo))
(inputs
(list bash-minimal
- guile-3.0
+ guile-3.0-latest
guile-config
guile-lib
guix))