gnu: Add wayland-protocols-1.42.

* gnu/packages/freedesktop.scm (wayland-protocols-1.42): New variable.

Change-Id: I193b1d787a88bd39463956c19866e9e88052ee46
This commit is contained in:
John Kehayias 2025-06-10 17:56:12 -04:00
parent 3b3174d79d
commit 502c844ff4
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -1587,6 +1587,21 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.")
(home-page "https://wayland.freedesktop.org") (home-page "https://wayland.freedesktop.org")
(license license:expat))) (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 (define-public wayland-utils
(package (package
(name "wayland-utils") (name "wayland-utils")