me
/
guix
Archived
1
0
Fork 0

gnu: sway: Update to 1.6.1.

* gnu/packages/wm.scm (sway): Update to 1.6.1.
master
Marius Bakke 2021-10-13 22:11:58 +02:00
parent ca4f8a9fbd
commit 04680bfb0f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1515,7 +1515,7 @@ modules for building a Wayland compositor.")
(define-public sway
(package
(name "sway")
(version "1.6")
(version "1.6.1")
(source
(origin
(method git-fetch)
@ -1524,7 +1524,7 @@ modules for building a Wayland compositor.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0vnplva11yafhbijrk68wy7pw0psn9jm0caaymswq1s951xsn1c8"))))
(base32 "0j4sdbsrlvky1agacc0pcz9bwmaxjmrapjnzscbd2i0cria2fc5j"))))
(build-system meson-build-system)
(arguments
`(#:phases