From b262c2d0c7b9060d7330454def4297cc6a977255 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Tue, 24 Mar 2026 15:08:35 -0400 Subject: [PATCH] gnu: libucl: Update to 0.9.4. * gnu/packages/wm.scm (libucl): Update to 0.9.4. [arguments]: <#:tests?>: Enable tests. [native-inputs]: Remove autoconf; add autoconf-2.72. Merges guix/guix!7445 Change-Id: Icf5cea391095c446254092370d6d8097eddba47d Signed-off-by: Cayetano Santos --- gnu/packages/wm.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 6d441d93b8..d37018acce 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -4491,7 +4491,7 @@ Well-tested and fuzzed. (define-public libucl (package (name "libucl") - (version "0.8.2") + (version "0.9.4") (source (origin (method git-fetch) @@ -4500,12 +4500,10 @@ Well-tested and fuzzed. (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1j8npymjhcnzbwhx1wggr88148cga921438flf1sn7mw1b9dr55f")))) + (base32 "149iapbqa8xwcwx27q4ydi71bjdwvbnxmkwkxs9sz6saafs539cv")))) (native-inputs - (list autoconf automake pkg-config libtool)) + (list autoconf-2.72 automake pkg-config libtool)) (build-system gnu-build-system) - (arguments - `(#:tests? #f)) ;; no tests (home-page "https://github.com/vstakhov/libucl") (synopsis "Universal configuration language (UCL) parser") (description "libucl implements a configuration language that is easy to