diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-13 10:27:48 +0100 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-02-14 13:04:38 +0800 |
| commit | 0e90d79d005cdbdb22ad16d45187d690258bc937 (patch) | |
| tree | 342176630e52c32e7845c6a8d4d18a5612cfaa4e /gnu | |
| parent | 6b3b3f7945efff5afd58cd6393a2a6f7c493d92a (diff) | |
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: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 9d4122ec93a..c61c257060a 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 |
