gnu: wayland: Update to 1.21.0.

gnu/packages/freedesktop.scm (wayland): Update to 1.21.0.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
andy Tai 2022-11-17 21:44:10 -08:00 committed by Maxim Cournoyer
parent dbdc544c4e
commit 04540d3a6d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -1029,14 +1029,15 @@ Python.")
(define-public wayland
(package
(name "wayland")
(version "1.20.0")
(version "1.21.0")
(source (origin
(method url-fetch)
(uri (string-append "https://wayland.freedesktop.org/releases/"
(uri (string-append "https://gitlab.freedesktop.org/" name
"/" name "/-/releases/" version "/downloads/"
name "-" version ".tar.xz"))
(sha256
(base32
"09c7rpbwavjg4y16mrfa57gk5ix6rnzpvlnv1wp7fnbh9hak985q"))))
"1b0ixya9bfw5c9jx8mzlr7yqnlyvd3jv5z8wln9scdv8q5zlvikd"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments