gnu: wayland: Update to 1.20.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Wamm K. D 2022-05-09 22:25:14 -05:00 committed by Ludovic Courtès
parent 6c777feb3e
commit 99ec6b8e40
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -965,14 +965,14 @@ (define-public python2-pyxdg
(define-public wayland (define-public wayland
(package (package
(name "wayland") (name "wayland")
(version "1.19.0") (version "1.20.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://wayland.freedesktop.org/releases/" (uri (string-append "https://wayland.freedesktop.org/releases/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"05bd2vphyx8qwa1mhsj1zdaiv4m4v94wrlssrn0lad8d601dkk5s")))) "09c7rpbwavjg4y16mrfa57gk5ix6rnzpvlnv1wp7fnbh9hak985q"))))
(build-system meson-build-system) (build-system meson-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments