mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: sway: Update to 1.2.
* gnu/packages/wm.scm (sway): Update to 1.2.
This commit is contained in:
parent
19d0554fd4
commit
498448ebf2
1 changed files with 2 additions and 2 deletions
|
@ -1188,7 +1188,7 @@ (define-public wlroots
|
|||
(define-public sway
|
||||
(package
|
||||
(name "sway")
|
||||
(version "1.1.1")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1197,7 +1197,7 @@ (define-public sway
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0yhn9zdg9mzfhn97c440lk3pw6122nrhx0is5sqmvgr6p814f776"))))
|
||||
(base32 "0vch2zm5afc76ia78p3vg71zr2fyda67l9hd2h0x1jq3mnvfbxnd"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue