apteryx pushed a commit to branch core-updates
in repository guix.

commit 39fe13ee2675f062e53f4cbc114ff5d5248cb9b1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Aug 23 00:37:18 2022 -0400

    gnu: wayland-protocols: Update to 1.26.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.26.
---
 gnu/packages/freedesktop.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index a7d9472425..22e27be8e8 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -27,7 +27,7 @@
 ;;; Copyright © 2021 Robby Zambito <[email protected]>
 ;;; Copyright © 2021, 2022 Maxime Devos <[email protected]>
 ;;; Copyright © 2021 John Kehayias <[email protected]>
-;;; Copyright © 2021, 2021 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2021, 2021, 2022 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2022 Daniel Meißner <[email protected]>
 ;;; Copyright © 2022 Wamm K. D. <[email protected]>
 ;;; Copyright © 2022 Petr Hodina <[email protected]>
@@ -1064,7 +1064,7 @@ fullscreen) or other display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.25")
+    (version "1.26")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1072,7 +1072,7 @@ fullscreen) or other display servers.")
                     "wayland-protocols-" version ".tar.xz"))
               (sha256
                (base32
-                "0q0laxdvf8p8b7ks2cbpqf6q0rwrjycqrp8pf8rxm86hk5qhzzzi"))))
+                "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5"))))
     (build-system meson-build-system)
     (inputs
      (list wayland))

Reply via email to