me
/
guix
Archived
1
0
Fork 0

gnu: wayland: Update to 1.16.0.

* gnu/packages/freedesktop.scm (wayland): Update to 1.16.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -437,14 +437,14 @@ Python.")
(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))