gnu: wayland: Update to 1.18.0.

* gnu/packages/freedesktop.scm (wayland): Update to 1.18.0.
This commit is contained in:
Marius Bakke 2020-07-24 22:39:57 +02:00
parent c72283510c
commit ca6ad3fb42
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -637,14 +637,14 @@ (define-public python2-pyxdg
(define-public wayland
(package
(name "wayland")
(version "1.17.0")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://wayland.freedesktop.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32
"194ibzwpdcn6fvk4xngr4bf5axpciwg2bj82fdvz88kfmjw13akj"))))
"0k995rn96xkplrapz5k648j651wc43kq817xk1x8280h16gsfxa6"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f))