gnu: wayland: Update to 1.16.0.

* gnu/packages/freedesktop.scm (wayland): Update to 1.16.0.
This commit is contained in:
Rutger Helling 2018-08-27 10:14:21 +02:00
parent 45c78bf924
commit c0fdc5a53d
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -437,14 +437,14 @@ (define-public python2-pyxdg
(define-public wayland
(package
(name "wayland")
(version "1.15.0")
(version "1.16.0")
(source (origin
(method url-fetch)
(uri (string-append "https://wayland.freedesktop.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32
"1c5fnys8hi71cnzjv5k7j0r8gx80p0yyqlrpmn06mmarhnxvwgzb"))))
"1xajhxad43izq9f7sbww1hlg42nayijy8xnp21kgpk09c6sw4wjf"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f))