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 0e90d79d00 gnu: cage: Update to 0.2.1.
0e90d79d00 is described below

commit 0e90d79d005cdbdb22ad16d45187d690258bc937
Author: Wilko Meyer <[email protected]>
AuthorDate: Fri Feb 13 10:27:48 2026 +0100

    gnu: cage: Update to 0.2.1.
    
    * gnu/packages/wm.scm (cage): Update to 0.2.1.
    [inputs]: Change wlroots-0.18 to wlroots-0.19.
    
    Closes: guix/guix#6370
    Change-Id: Ib311b2a7cf383c3e788907aa25405f9096655227
    Signed-off-by: 宋文武 <[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 9d4122ec93..c61c257060 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -248,7 +248,7 @@ the leaves of a full binary tree.")
 (define-public cage
   (package
     (name "cage")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -256,12 +256,12 @@ the leaves of a full binary tree.")
              (url "https://github.com/cage-kiosk/cage";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
-       (sha256 (base32 
"0y7vqyvzphpzm0bnkrhs7qqbjpcb0sn0nlwif9y43l5kmp7ns8fr"))))
+       (sha256 (base32 
"03ckl7kjv3w3ysilcvxgczbm5kksm50ayn1yq6hls84qbli23lrz"))))
     (build-system meson-build-system)
     (native-inputs (list pkg-config scdoc
                          ;; for wayland-scanner
                          wayland))
-    (inputs (list wayland wlroots-0.18 libxkbcommon))
+    (inputs (list wayland wlroots-0.19 libxkbcommon))
     (home-page "https://github.com/cage-kiosk/cage";)
     (synopsis "Wayland kiosk")
     (description "This package provides a Wayland @dfn{kiosk}, which runs a

Reply via email to