guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/11: gnu: wayland-protocols: Update to 1.29.


From: guix-commits
Subject: 07/11: gnu: wayland-protocols: Update to 1.29.
Date: Sun, 20 Nov 2022 14:10:13 -0500 (EST)

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

commit 33c6a8f2f67c7691e9b35a3970ff90e7bfe20a3b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 18 16:06:07 2022 -0500

    gnu: wayland-protocols: Update to 1.29.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.29.
---
 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 b8387878d1..8cfe25d249 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1094,7 +1094,7 @@ fullscreen) or other display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.26")
+    (version "1.29")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1102,7 +1102,7 @@ fullscreen) or other display servers.")
                     "wayland-protocols-" version ".tar.xz"))
               (sha256
                (base32
-                "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5"))))
+                "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
     (build-system meson-build-system)
     (inputs
      (list wayland))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]