gnu: wayland: Update to 1.11.0.

* gnu/packages/freedesktop.scm (wayland): Update to 1.11.0.
This commit is contained in:
Efraim Flashner 2016-06-13 22:37:35 +03:00
parent c6bccf713b
commit 65089213c8
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93

View File

@ -253,14 +253,14 @@ Python.")
(define-public wayland (define-public wayland
(package (package
(name "wayland") (name "wayland")
(version "1.10.0") (version "1.11.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
"1p307ly1yyqjnzn9dbv78yffql2qszn84qk74lwanl3gma8fgxjb")))) "1c0d5ivy9n44hykvw2ggrvqrnn7naw3wg11vbvgwzgi8g5gr4h4m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:parallel-tests? #f)) (arguments `(#:parallel-tests? #f))
(native-inputs (native-inputs