summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-01-15 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-01-15 01:00:21 +0100
commitd2d38add078f15fcc5beb4ec6ae11b8572b01167 (patch)
tree8d65d65ed0d90eba6f6f11a0690d65923b67287c /gnu/packages/wm.scm
parentf887a0085d59909ca90a544421903709232965b9 (diff)
gnu: libucl: Update to 0.8.2.
* gnu/packages/wm.scm (libucl): Update to 0.8.2.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f7c93c13fc..a860ed1f93 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2723,7 +2723,7 @@ for wayland conceptually based on the X11 window manager
(define-public libucl
(package
(name "libucl")
- (version "0.8.1")
+ (version "0.8.2")
(source
(origin
(method git-fetch)
@@ -2732,8 +2732,7 @@ for wayland conceptually based on the X11 window manager
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
- "1h52ldxankyhbbm1qbqz1f2q0j03c1b4mig7343bs3mc6fpm18gf"))))
+ (base32 "1j8npymjhcnzbwhx1wggr88148cga921438flf1sn7mw1b9dr55f"))))
(native-inputs
(list autoconf automake pkg-config libtool))
(build-system gnu-build-system)