gnu: weston: Update to 6.0.1.

* gnu/packages/freedesktop.scm (weston): Update to 6.0.1.
This commit is contained in:
Gábor Boskovits 2019-06-24 22:10:49 +02:00
parent a220a6894b
commit 38c8437e6e
No known key found for this signature in database
GPG key ID: 2506A96CCF630B21

View file

@ -631,7 +631,7 @@ (define-public waylandpp
(define-public weston
(package
(name "weston")
(version "6.0.0")
(version "6.0.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -639,7 +639,7 @@ (define-public weston
"weston-" version ".tar.xz"))
(sha256
(base32
"04p6hal5kalmdp5dxwh2h5qhkkb4dvbsk7l091zvvcq70slj6qsl"))))
"1d2m658ll8x7prlsfk71qgw89c7dz6y7d6nndfxwl49fmrd6sbxz"))))
(build-system meson-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)