guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 502c844ff49fb4d4844c5ac2f91062b1ced592d9
Author: John Kehayias <[email protected]>
AuthorDate: Tue Jun 10 17:56:12 2025 -0400
gnu: Add wayland-protocols-1.42.
* gnu/packages/freedesktop.scm (wayland-protocols-1.42): New variable.
Change-Id: I193b1d787a88bd39463956c19866e9e88052ee46
---
gnu/packages/freedesktop.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 45ec9bbce0..a0b22d1207 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1587,6 +1587,21 @@ protocol either in Wayland core, or some other protocol
in wayland-protocols.")
(home-page "https://wayland.freedesktop.org")
(license license:expat)))
+(define-public wayland-protocols-1.42
+ (package
+ (inherit wayland-protocols)
+ (name "wayland-protocols-1.42")
+ (version "1.42")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://gitlab.freedesktop.org/wayland/wayland-protocols")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1gx8788wgkl42x3fh4kwkfz2xy7n84slbjwqg9w5z2b7jjkwzrrq"))))))
+
(define-public wayland-utils
(package
(name "wayland-utils")