gnu: weston: Update to 3.0.0.
* gnu/packages/freedesktop.scm (weston): Update to 3.0.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
8d2bde86ec
commit
ca1ddce8a3
@ -9,6 +9,7 @@
|
||||
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
|
||||
;;; Copyright © 2017 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@ -462,7 +463,7 @@ (define-public wayland-protocols
|
||||
(define-public weston
|
||||
(package
|
||||
(name "weston")
|
||||
(version "2.0.0")
|
||||
(version "3.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -470,7 +471,7 @@ (define-public weston
|
||||
"weston-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n35acsknwqfhsni854q5mjq2gnbnfdvinh92rpij67i4yn4dr5l"))))
|
||||
"19936zlkb75xcaidd8fag4ah8000wrh2ziqy7nxkq36pimgdbqfd"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
Loading…
Reference in New Issue
Block a user