GNU bug report logs -
#74228
[PATCH] gnu: sway: Update to 1.10.
Previous Next
Full log
View this message in rfc822 format
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/wm.scm (sway): Update to 1.10.
[inputs] Replace wlroots-0.17 with wlroots.
Change-Id: Ia5230c58ecb11e3b1e5a94557f2965d7e648851f
Reviewed-by: Mazin Alhaddad <mazin <at> getstate.dev>
---
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 836d4b6c04..b8c47d0317 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1906,7 +1906,7 @@ (define-public wmenu
(define-public sway
(package
(name "sway")
- (version "1.9")
+ (version "1.10")
(source
(origin
(method git-fetch)
@@ -1915,7 +1915,7 @@ (define-public sway
(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 @@ (define-public sway
pcre2
swaybg
wayland
- wlroots-0.17))
+ wlroots))
(native-inputs
(cons* linux-pam mesa pkg-config scdoc wayland-protocols
(if (%current-target-system)
--
2.46.0
This bug report was last modified 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.