gnu: sway: Update to 1.8.

* gnu/packages/wm.scm (sway): Update to 1.8.
[inputs]: Add pcre2.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
Gabriel Wicki 2023-04-06 10:45:32 +02:00 committed by Jonathan Brielmaier
parent d646c2937b
commit 6b712a0918
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -1596,7 +1596,7 @@ (define-public wlroots
(define-public sway (define-public sway
(package (package
(name "sway") (name "sway")
(version "1.7") (version "1.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1605,7 +1605,7 @@ (define-public sway
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0ss3l258blyf2d0lwd7pi7ga1fxfj8pxhag058k7cmjhs3y30y5l")))) (base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(;; elogind is propagated by wlroots -> libseat `(;; elogind is propagated by wlroots -> libseat
@ -1634,6 +1634,7 @@ (define-public sway
libinput-minimal libinput-minimal
libxkbcommon libxkbcommon
pango pango
pcre2
swaybg swaybg
wayland wayland
wlroots)) wlroots))