mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: sway: Update to 1.4
From c5c134a535aaa83fe329974f61427c5050fd9e20 Mon Sep 17 00:00:00 2001 From: buffet <niclas@countingsort.com> Date: Sat, 9 May 2020 17:59:35 +0000 Subject: [PATCH 2/2] gnu: sway: Update to 1.4
This commit is contained in:
parent
ae8b1d292e
commit
b06d5f54c9
1 changed files with 2 additions and 2 deletions
|
@ -1358,7 +1358,7 @@ (define-public wlroots
|
|||
(define-public sway
|
||||
(package
|
||||
(name "sway")
|
||||
(version "1.2")
|
||||
(version "1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1367,7 +1367,7 @@ (define-public sway
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0vch2zm5afc76ia78p3vg71zr2fyda67l9hd2h0x1jq3mnvfbxnd"))))
|
||||
(base32 "11qf89y3q92g696a6f4d23qb44gqixg6qxq740vwv2jw59ms34ja"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue