mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: wayland-utils: Update to 1.2.0.
* gnu/packages/freedesktop.scm (wayland-utils): Update to 1.2.0. Change-Id: I14ca339a150cf7e1e686275decaff09ebf4ccb63 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
797be0ea5c
commit
169d6a7cb6
1 changed files with 2 additions and 2 deletions
|
@ -1408,7 +1408,7 @@ (define-public wayland-protocols
|
||||||
(define-public wayland-utils
|
(define-public wayland-utils
|
||||||
(package
|
(package
|
||||||
(name "wayland-utils")
|
(name "wayland-utils")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1417,7 +1417,7 @@ (define-public wayland-utils
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04k1yhyh7h4xawbhpz9pf6cpfmmp1l862fdgsvvnyp4hg9n3j9aj"))))
|
"1dj9p7vrv3a0fflqkwps8im2hz3ari385a3nqb4ar1ci3crxp204"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list libdrm wayland wayland-protocols))
|
(inputs (list libdrm wayland wayland-protocols))
|
||||||
|
|
Loading…
Reference in a new issue