diff options
author | Zheng Junjie <z572@z572.online> | 2025-03-24 22:23:05 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-03-30 10:26:20 +0800 |
commit | 75ea733d3f332cd3498c54a0d2e872d9ad6b4b1f (patch) | |
tree | 7de0026f6ffacc49a1e82a2c6c60bbaaf7143bb9 | |
parent | 18ba696b2919be6b4e38c809c3d70cb3d21f349d (diff) |
gnu: wayland-protocols-next: Update to 1.42.
* gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.42.
Change-Id: Iab269f14e55451f25ab27a0a05f8c2574c054f68
Signed-off-by: Zheng Junjie <z572@z572.online>
-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 0a178b22ef..4baf535c17 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1544,7 +1544,7 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.") (package (inherit wayland-protocols) (name "wayland-protocols-next") - (version "1.41") + (version "1.42") (source (origin (method git-fetch) (uri (git-reference @@ -1553,7 +1553,7 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.") (file-name (git-file-name name version)) (sha256 (base32 - "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr")))))) + "1gx8788wgkl42x3fh4kwkfz2xy7n84slbjwqg9w5z2b7jjkwzrrq")))))) (define-public wayland-utils (package |