1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: sway: Update to 1.10.

* gnu/packages/wm.scm (sway): Update to 1.10.
[inputs] Replace wlroots-0.17 with wlroots.

Change-Id: Ia5230c58ecb11e3b1e5a94557f2965d7e648851f
Reviewed-by: Mazin Alhaddad <mazin@getstate.dev>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ashish SHUKLA
2024-11-07 03:33:40 +03:00
committed by Ludovic Courtès
parent f7a0be4d73
commit 45a594a964
+3 -3
View File
@@ -1906,7 +1906,7 @@ narrow the items to those matching the tokens in the input.")
(define-public sway
(package
(name "sway")
(version "1.9")
(version "1.10")
(source
(origin
(method git-fetch)
@@ -1915,7 +1915,7 @@ narrow the items to those matching the tokens in the input.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1n36vgpi4bg2gkiq4fam4khly1z9bjinmjclzq5vfx0z8h7a5bzz"))))
(base32 "0f8mdvpv9w44r91944s90s0cssqvgmnhi4zxn4xa4xllg3z98drz"))))
(build-system meson-build-system)
(arguments
(list
@@ -1943,7 +1943,7 @@ narrow the items to those matching the tokens in the input.")
pcre2
swaybg
wayland
wlroots-0.17))
wlroots))
(native-inputs
(cons* linux-pam mesa pkg-config scdoc wayland-protocols
(if (%current-target-system)