gnu: wayland: Update to 1.15.0.

* gnu/packages/freedesktop.scm (wayland): Update to 1.15.0.
This commit is contained in:
Rutger Helling 2018-04-16 09:58:29 +02:00
parent 73a118bdc5
commit a430b1e7f7
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

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