diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-03-24 15:08:35 -0400 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-01 11:02:03 +0200 |
| commit | b262c2d0c7b9060d7330454def4297cc6a977255 (patch) | |
| tree | a653490729e491358f180ff428737a71c278c209 /gnu | |
| parent | a063c62f54c11e97b4420fa7e52676e81b600656 (diff) | |
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 <csantosb@inventati.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 6d441d93b85..d37018acce2 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 |
