From e31299010f6b8ccb3ccd1cc34a0d03483387ea36 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 19 Jul 2024 14:32:14 -0400 Subject: gnu: guile-hoot: Build against guile-3.0-latest. * gnu/packages/guile-xyz.scm (guile-hoot)[inputs]: Replace guile-next with guile-3.0-latest. Change-Id: I5f0d2e07893ee587cc8e88df40c6f3da1a7a17cc --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 3ce4f6a8d6..8ad790aa06 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3537,7 +3537,7 @@ (define-public guile-hoot (native-inputs (list autoconf automake pkg-config texinfo)) (inputs - (list guile-next)) + (list guile-3.0-latest)) (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