From 31244f5cefae4c14a1a5d441dc3b3626b5f32abc Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 19 Jul 2024 22:22:30 +0200 Subject: Revert "gnu: guile: Update to 3.0.10." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e31299010f6b8ccb3ccd1cc34a0d03483387ea36 and 24163eea584663568b68e19f364256fc7396b61f. The upgrade causes build failures, as noticeably by running ‘guix pull’, that are being investigated at . Change-Id: I946b43d938666d9dcddf1e5d856b02462bd8e453 --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/guile-xyz.scm') diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 8ad790aa06..3ce4f6a8d6 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3537,7 +3537,7 @@ from @code{tree-il}.") (native-inputs (list autoconf automake pkg-config texinfo)) (inputs - (list guile-3.0-latest)) + (list guile-next)) (synopsis "WebAssembly compiler backend for Guile") (description "Guile Hoot is a WebAssembly compiler backend for GNU Guile and standalone WASM toolchain.") -- cgit v1.2.3