gnu: sway: Update to 1.2.

* gnu/packages/wm.scm (sway): Update to 1.2.
master
Rutger Helling 2019-08-27 14:47:30 +02:00
parent 19d0554fd4
commit 498448ebf2
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

@ -1188,7 +1188,7 @@ modules for building a Wayland compositor.")
(define-public sway
(package
(name "sway")
(version "1.1.1")
(version "1.2")
(source
(origin
(method git-fetch)
@ -1197,7 +1197,7 @@ modules for building a Wayland compositor.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0yhn9zdg9mzfhn97c440lk3pw6122nrhx0is5sqmvgr6p814f776"))))
(base32 "0vch2zm5afc76ia78p3vg71zr2fyda67l9hd2h0x1jq3mnvfbxnd"))))
(build-system meson-build-system)
(arguments
`(#:phases