From 50f6644269133bda2bb9e5a835270258b67c7f02 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Fri, 3 Oct 2025 23:18:02 +0000 Subject: [PATCH] gnu: sway: Update to 1.11. * gnu/packages/wm.scm (sway): Update to 1.11. [input]: Remove wlroots-0.18. Add wlroots. Change-Id: I8269139678f5b16f5bde3cfddafd78ace8d020a5 --- 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 e70d6238905d7b936512d58e8982908659e7e2fe..b156f4264fdff1a60c67f13a79213a80c0765ef2 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2431,7 +2431,7 @@ narrow the items to those matching the tokens in the input.") (define-public sway (package (name "sway") - (version "1.10.1") + (version "1.11") (source (origin (method git-fetch) @@ -2440,7 +2440,7 @@ narrow the items to those matching the tokens in the input.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "175px3446mkm8015dhs1c4ia4a275hyfpvr6jnyghnx1rf9m06xq")))) + (base32 "1a7f7jgf87dm4hxg9nylqsyy7cc7dk49c800pjkl30p9a32xxjn4")))) (build-system meson-build-system) (arguments (list @@ -2468,7 +2468,7 @@ narrow the items to those matching the tokens in the input.") pcre2 swaybg wayland - wlroots-0.18)) + wlroots)) (native-inputs (cons* linux-pam mesa pkg-config scdoc wayland-protocols (if (%current-target-system)