z572 pushed a commit to branch master
in repository guix.
commit c8abd1740b8f9f674ef224f8d4b28768df2627ef
Author: Zheng Junjie <[email protected]>
AuthorDate: Sun Mar 9 13:56:01 2025 +0800
gnu: wayland-protocols-next: Update to 1.41.
* gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.41.
Change-Id: I18b5486a7d9e820af7208a6278de1d173127bfdc
Signed-off-by: Zheng Junjie <[email protected]>
---
gnu/packages/freedesktop.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 34dfe20229..0a178b22ef 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1544,15 +1544,16 @@ protocol either in Wayland core, or some other protocol
in wayland-protocols.")
(package
(inherit wayland-protocols)
(name "wayland-protocols-next")
- (version "1.38")
+ (version "1.41")
(source (origin
- (method url-fetch)
- (uri (string-append "https://gitlab.freedesktop.org/wayland/"
- "wayland-protocols/-/releases/" version
"/downloads/"
- "wayland-protocols-" version ".tar.xz"))
+ (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
- "1ghxb0w7rbq3kdv9lhm1iwcjh6p3sx1gxb3crqh2p78m0ln2j5zz"))))))
+ "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))))
(define-public wayland-utils
(package