This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1bc31dd0a5 gnu: labwc: Update to 0.9.5
1bc31dd0a5 is described below

commit 1bc31dd0a5dc4baa621383b91e26e5fa3904a807
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Mar 4 22:17:28 2026 +0100

    gnu: labwc: Update to 0.9.5
    
    * gnu/packages/wm.scm (labwc): Update to 0.9.5.
    
    Merges: https://codeberg.org/guix/guix/pulls/6893
    Change-Id: I4f3d8905a7b7bc1fa1469bf6b551984411739075
    Reviewed-by: Nguyễn Gia Phong <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6021dd3600..13dccf354a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -4432,7 +4432,7 @@ read and write, and compatible with JSON.")
 (define-public labwc
   (package
     (name "labwc")
-    (version "0.9.4")
+    (version "0.9.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4441,7 +4441,7 @@ read and write, and compatible with JSON.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0h2bfk9wkj64n2j2m9jdzxziri15vbqaqm7264kj2fx0hd7f06rb"))))
+                "0dsw9bd5p02ar691b8pb5xbmbvkhz8kj4kq8ivansd43x0d65dn1"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config gettext-minimal scdoc))

Reply via email to