gnu: labwc: Update to 0.9.1.

* gnu/packages/wm.scm (labwc): Update to 0.9.1.
[inputs]: Remove wlroots; add wlroots-0.19.

Change-Id: I481ece0d790c7c96db1490a04e6d299d029244bc
Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
Rutherther 2025-09-26 18:59:02 +02:00 committed by Andreas Enge
parent 76c5eba9e3
commit 1729e8db62
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3966,7 +3966,7 @@ read and write, and compatible with JSON.")
(define-public labwc (define-public labwc
(package (package
(name "labwc") (name "labwc")
(version "0.8.4") (version "0.9.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3975,7 +3975,7 @@ read and write, and compatible with JSON.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1wbza00y2xf2zn34q5c8g5k2dn2xjzbbqmsnjv6c90mh2bbk1q95")))) "0p475vjn9gg314spf89di6i1l2lr9xx59mz4hq4shvbh64hr48pi"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list pkg-config gettext-minimal scdoc)) (list pkg-config gettext-minimal scdoc))
@ -3988,7 +3988,7 @@ read and write, and compatible with JSON.")
libxcb libxcb
libxml2 libxml2
pango pango
wlroots)) wlroots-0.19))
(home-page "https://labwc.github.io") (home-page "https://labwc.github.io")
(synopsis "Window-stacking compositor for Wayland") (synopsis "Window-stacking compositor for Wayland")
(description (description