[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/15: gnu: cagebreak: Update to 2.3.1.
From: |
guix-commits |
Subject: |
15/15: gnu: cagebreak: Update to 2.3.1. |
Date: |
Tue, 12 Mar 2024 06:17:11 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit a52701a4d3c90327f6b88267173a5a98ef3db8e6
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Mar 10 11:28:01 2024 +0800
gnu: cagebreak: Update to 2.3.1.
* gnu/packages/wm.scm (cagebreak): Update to 2.3.1.
[inputs]: Replace wlroots-0.16 with wlroots.
Change-Id: I1e14c45790aa633c200f604243bcd61b269bc231
---
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 edbb3096b8..a6f1ecd5c9 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3054,7 +3054,7 @@ shows a notification for the user on the screen.")
(define-public cagebreak
(package
(name "cagebreak")
- (version "2.2.0")
+ (version "2.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3063,7 +3063,7 @@ shows a notification for the user on the screen.")
(file-name (git-file-name name version))
(sha256
(base32
- "0yhn77hdy7c80hd6r8nmvs206pmp76bx4zr94imfvgs8fh5gb8cy"))))
+ "0firjpp7qw4kb2h1zh5pv5k0xf0jvx6x0r0s7j6y7dhlh5j0s00q"))))
(build-system meson-build-system)
(arguments
(list
@@ -3079,7 +3079,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.16))
+ (inputs (list libevdev pango wlroots))
(home-page "https://github.com/project-repo/cagebreak")
(synopsis "Tiling wayland compositor inspired by ratpoison")
(description
- 04/15: gnu: xfce4-panel: Update to 4.18.6., (continued)
- 04/15: gnu: xfce4-panel: Update to 4.18.6., guix-commits, 2024/03/12
- 06/15: gnu: xfce4-settings: Update to 4.18.4., guix-commits, 2024/03/12
- 10/15: gnu: xfce4-dev-tools: Update to 4.18.1., guix-commits, 2024/03/12
- 13/15: gnu: ltris: Update to 1.3., guix-commits, 2024/03/12
- 08/15: gnu: xfce4-terminal: Update to 1.1.3., guix-commits, 2024/03/12
- 11/15: gnu: Add xfwm4-themes., guix-commits, 2024/03/12
- 14/15: gnu: manaplus: Update to 2.1.3.17., guix-commits, 2024/03/12
- 05/15: gnu: xfce4-appfinder: Update to 4.18.1., guix-commits, 2024/03/12
- 07/15: gnu: thunar: Update to 4.18.10., guix-commits, 2024/03/12
- 12/15: gnu: xfce: Add xfwm4-themes., guix-commits, 2024/03/12
- 15/15: gnu: cagebreak: Update to 2.3.1.,
guix-commits <=
- 09/15: gnu: xfce4-power-manager: Update to 4.18.3., guix-commits, 2024/03/12