mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 04:30:32 +02:00
gnu: sway: Update to 1.8.1.
* gnu/packages/wm.scm (sway): Update to 1.8.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
committed by
Christopher Baines
parent
1b9330d8b5
commit
49cd552866
@@ -1638,7 +1638,7 @@ modules for building a Wayland compositor.")
|
||||
(define-public sway
|
||||
(package
|
||||
(name "sway")
|
||||
(version "1.8")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -1647,7 +1647,7 @@ modules for building a Wayland compositor.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg"))))
|
||||
(base32 "1y7brfrsjnm9gksijgnr6zxqiqvn06mdiwsk5j87ggmxazxd66av"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(;; elogind is propagated by wlroots -> libseat
|
||||
|
||||
Reference in New Issue
Block a user