1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

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
+2 -2
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