guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1b61fef0b521ba50f3fb19002a888b9a0c070c03
Author: Igorj Gorjaĉev <[email protected]>
AuthorDate: Tue Feb 17 17:49:11 2026 +0200
gnu: cagebreak: Update to 3.1.0.
* gnu/packages/wm.scm (cagebreak): Update to 3.1.0.
[inputs]: Replace wlroots-0.17 by wlroots-0.19.
Change-Id: Ief0a03b9d1865cbbf5b0e10330886c536e5c2147
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/wm.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index c6f12da1d0..066fe27b57 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -89,6 +89,7 @@
;;; Copyright © 2026 Carlos Durán Domínguez <[email protected]>
;;; Copyright © 2026 Andy Tai <[email protected]>
;;; Copyright © 2026 Spencer King <[email protected]>
+;;; Copyright © 2026 Igorj Gorjaĉev <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4186,7 +4187,7 @@ shows a notification for the user on the screen.")
(define-public cagebreak
(package
(name "cagebreak")
- (version "2.3.1")
+ (version "3.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4195,7 +4196,7 @@ shows a notification for the user on the screen.")
(file-name (git-file-name name version))
(sha256
(base32
- "0firjpp7qw4kb2h1zh5pv5k0xf0jvx6x0r0s7j6y7dhlh5j0s00q"))))
+ "0w9xf3jcgrhk9yv02l384ap641l5kdskp2dq6n1kkw5775znsd00"))))
(build-system meson-build-system)
(arguments
(list
@@ -4211,7 +4212,7 @@ shows a notification for the user on the screen.")
(("/etc/") (string-append #$output "/etc/"))
(("/usr/share/") (string-append #$output "/usr/share/"))))))))
(native-inputs (list pkg-config scdoc))
- (inputs (list libevdev pango wlroots-0.17))
+ (inputs (list libevdev pango wlroots-0.19))
(home-page "https://github.com/project-repo/cagebreak")
(synopsis "Tiling wayland compositor inspired by ratpoison")
(description