gnu: labwc: Update to 0.9.3.

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

Closes: guix/guix#4981
Change-Id: I3f80aed5a365b2713dc9f5f0272bb225f3004c5e
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Ashish SHUKLA 2025-12-19 21:43:42 +01:00 committed by 宋文武
parent 9ce8160844
commit 0efdde91f6
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

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