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:
Niclas Meyer 2020-05-09 20:34:41 +02:00 committed by Nicolas Goaziou
parent ae8b1d292e
commit b06d5f54c9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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