podiki pushed a commit to branch mesa-updates
in repository guix.

commit abbed3729ff5fbcb2b29de26b9f431fcc425bd7a
Author: John Kehayias <john.kehay...@protonmail.com>
AuthorDate: Fri Mar 21 12:08:20 2025 -0400

    gnu: wayland-protocols: Update to 1.41.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.41.
    
    Change-Id: I0afe285c5d14675039701deda33c5a790768a09b
---
 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 34dfe20229..fc1e5eaf9d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1514,7 +1514,7 @@ fullscreen) or other display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.39")
+    (version "1.41")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1523,7 +1523,7 @@ fullscreen) or other display servers.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dpcwsd2p6sjf5164b674cr7vq24hp3lfdshijj438r4bx8bld28"))))
+                "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))
     (build-system meson-build-system)
     (inputs
      (list wayland))

Reply via email to