From 23aa0bedd51e6742c388d2f0f0c698f0b28fbea7 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 26 Sep 2025 18:59:00 +0200 Subject: [PATCH] gnu: wlroots: Update to 0.19.1. * gnu/packages/wm.scm (wlroots): Update to 0.19.1. (wlroots-0.19): Alias to wlroots. Change-Id: Ie222ebfc52d36ff8d4ec7580074a8476ae5f5a78 Signed-off-by: John Kehayias --- gnu/packages/wm.scm | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index df304aa028f..637a4aeb4ae 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2104,7 +2104,7 @@ XDG-Output for wlclock to work.") (define-public wlroots (package (name "wlroots") - (version "0.18.2") + (version "0.19.1") (source (origin (method git-fetch) @@ -2113,7 +2113,7 @@ XDG-Output for wlclock to work.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1l1c4m8m1h8rl00y9yi6qjma5m3lhai9hqv5578q69yg2dcwraxw")))) + (base32 "1w3nlrvy7625jh4f0l923f7irywzfdashcw5hbf8jq9kpjhpm323")))) (build-system meson-build-system) (arguments (list #:phases @@ -2164,19 +2164,7 @@ modules for building a Wayland compositor.") ;; Allow packages refering to stable wlroots version, because ;; wlroots updates are backward incompatible. -(define-public wlroots-0.19 - (package - (inherit wlroots) - (version "0.19.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.freedesktop.org/wlroots/wlroots") - (commit version))) - (file-name (git-file-name "wlroots" version)) - (sha256 - (base32 "1w3nlrvy7625jh4f0l923f7irywzfdashcw5hbf8jq9kpjhpm323")))))) +(define-public wlroots-0.19 wlroots) (define-public wlroots-0.18 (package