aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-03-09 13:56:01 +0800
committerZheng Junjie <z572@z572.online>2025-03-22 10:04:22 +0800
commitc8abd1740b8f9f674ef224f8d4b28768df2627ef (patch)
treea54dc65c27e0b32a9585af7c1372935e3ee49dbf
parent16328e1052ff50ed9c2160c1786c773d5ca9c52e (diff)
downloadguix-c8abd1740b8f9f674ef224f8d4b28768df2627ef.tar.gz
guix-c8abd1740b8f9f674ef224f8d4b28768df2627ef.zip
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 <z572@z572.online>
-rw-r--r--gnu/packages/freedesktop.scm13
1 files 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