gnu: wayland: Update to 1.22.0.

* gnu/packages/freedesktop.scm (wayland): Update to 1.22.0.
This commit is contained in:
Maxim Cournoyer 2023-04-20 14:33:11 -04:00
parent 5d49434c45
commit b12a5f71ec
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -1164,7 +1164,7 @@ Python.")
(define-public wayland (define-public wayland
(package (package
(name "wayland") (name "wayland")
(version "1.21.0") (version "1.22.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://gitlab.freedesktop.org/" name (uri (string-append "https://gitlab.freedesktop.org/" name
@ -1172,7 +1172,7 @@ Python.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1b0ixya9bfw5c9jx8mzlr7yqnlyvd3jv5z8wln9scdv8q5zlvikd")))) "0hjq8b1cprxpxcv2klgir1hd63vy5hrqilp9v317394qlqgayh0m"))))
(build-system meson-build-system) (build-system meson-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments