z572 pushed a commit to branch master
in repository guix.

commit 75ea733d3f332cd3498c54a0d2e872d9ad6b4b1f
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Mar 24 22:23:05 2025 +0800

    gnu: wayland-protocols-next: Update to 1.42.
    
    * gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.42.
    
    Change-Id: Iab269f14e55451f25ab27a0a05f8c2574c054f68
    Signed-off-by: Zheng Junjie <z572@z572.online>
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0a178b22ef..4baf535c17 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1544,7 +1544,7 @@ protocol either in Wayland core, or some other protocol 
in wayland-protocols.")
   (package
     (inherit wayland-protocols)
     (name "wayland-protocols-next")
-    (version "1.41")
+    (version "1.42")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1553,7 +1553,7 @@ protocol either in Wayland core, or some other protocol 
in wayland-protocols.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))))
+                "1gx8788wgkl42x3fh4kwkfz2xy7n84slbjwqg9w5z2b7jjkwzrrq"))))))
 
 (define-public wayland-utils
   (package

Reply via email to