guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 1729e8db627029b2964a94241e683a4ce0b47779
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 18:59:02 2025 +0200

    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 <[email protected]>
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

Reply via email to