1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: labwc: Update to 0.9.2.

* gnu/packages/wm.scm (labwc): Update to 0.9.2.

Change-Id: I5aeae9bae6b0acaea5168ec4317fc29b1e4dee3a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ashish SHUKLA
2025-10-11 22:40:01 +02:00
committed by Ludovic Courtès
parent 90e39d2d28
commit 6dc3ba1c0f

View File

@@ -3954,7 +3954,7 @@ read and write, and compatible with JSON.")
(define-public labwc
(package
(name "labwc")
(version "0.9.1")
(version "0.9.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3963,7 +3963,7 @@ read and write, and compatible with JSON.")
(file-name (git-file-name name version))
(sha256
(base32
"0p475vjn9gg314spf89di6i1l2lr9xx59mz4hq4shvbh64hr48pi"))))
"1qgjfc9glynpd39qdsdfznmn7ggki1kgxnhi1vlc54ianmpdxa38"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config gettext-minimal scdoc))