diff options
author | Wilko Meyer <w@wmeyer.eu> | 2024-05-27 11:01:58 +0200 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-05-29 12:20:47 +0800 |
commit | 169d6a7cb6dae6eef2b6022a82c4820fa5033c2b (patch) | |
tree | 49163b49ec85a488a4b12d09339bedaee97fabff /gnu/packages | |
parent | 797be0ea5c3703ad96acd32c98dca5f946cf5c95 (diff) | |
download | guix-169d6a7cb6dae6eef2b6022a82c4820fa5033c2b.tar.gz guix-169d6a7cb6dae6eef2b6022a82c4820fa5033c2b.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 530b5259a4..6941450436 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1408,7 +1408,7 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.") (define-public wayland-utils (package (name "wayland-utils") - (version "1.1.0") + (version "1.2.0") (source (origin (method git-fetch) (uri (git-reference @@ -1417,7 +1417,7 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.") (file-name (git-file-name name version)) (sha256 (base32 - "04k1yhyh7h4xawbhpz9pf6cpfmmp1l862fdgsvvnyp4hg9n3j9aj")))) + "1dj9p7vrv3a0fflqkwps8im2hz3ari385a3nqb4ar1ci3crxp204")))) (build-system meson-build-system) (native-inputs (list pkg-config)) (inputs (list libdrm wayland wayland-protocols)) |