summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2025-06-10 17:56:12 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2025-06-10 18:00:15 -0400
commit502c844ff49fb4d4844c5ac2f91062b1ced592d9 (patch)
tree731d49f9fa4f70986f046a41ac944bc8e67e9496
parent3b3174d79df38b4cf9e8c82509142d1d77ea2b23 (diff)
gnu: Add wayland-protocols-1.42.
* gnu/packages/freedesktop.scm (wayland-protocols-1.42): New variable. Change-Id: I193b1d787a88bd39463956c19866e9e88052ee46
-rw-r--r--gnu/packages/freedesktop.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 45ec9bbce0c..a0b22d1207e 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")