guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 944e93a90c2e935c243296f143a21c254b3f9154
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 18:59:03 2025 +0200
gnu: wideriver: Update to 1.3.1.
* gnu/packages/wm.scm (wideriver): Update to 1.3.1.
[inputs]: Remove wlroots.
Change-Id: I5642972d1d7afd270e5717fe624418332db291ea
Signed-off-by: John Kehayias <[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 954b28581e..b40588cb9b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -4514,7 +4514,7 @@ battery efficient---polling is only done when absolutely
necessary.")
(define-public wideriver
(package
(name "wideriver")
- (version "1.2.0")
+ (version "1.3.1")
(source
(origin
(method git-fetch)
@@ -4523,7 +4523,7 @@ battery efficient---polling is only done when absolutely
necessary.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "16i0mzgxn32nrh5ajn0kb4xdwmsjg03amhasxhwyvspar5y4flhg"))))
+ (base32 "1ljl1finfajinvrj073dbwk9vm352jwr6rm9vn5fkrqi296s1n8x"))))
(build-system gnu-build-system)
(arguments
(list
@@ -4534,7 +4534,7 @@ battery efficient---polling is only done when absolutely
necessary.")
#:phases #~(modify-phases %standard-phases
(delete 'configure)))) ; no configure script
(native-inputs (list pkg-config cmocka))
- (inputs (list wayland wayland-protocols wlroots))
+ (inputs (list wayland wayland-protocols))
(home-page "https://github.com/alex-courtis/wideriver")
(synopsis "A set of riverWM layouts")
(description