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>
This commit is contained in:
Zheng Junjie 2025-03-24 22:23:05 +08:00
parent 18ba696b29
commit 75ea733d3f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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