guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: wayland-protocols: Update to 1.32.


From: guix-commits
Subject: 05/06: gnu: wayland-protocols: Update to 1.32.
Date: Sat, 29 Jul 2023 22:07:29 -0400 (EDT)

podiki pushed a commit to branch master
in repository guix.

commit d08fd612d0d96b051f1902832220f548eb6e7955
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 15 14:24:10 2023 +0800

    gnu: wayland-protocols: Update to 1.32.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32.
    
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 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 60e1e18ade..112ae5afeb 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1209,7 +1209,7 @@ fullscreen) or other display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.29")
+    (version "1.32")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gitlab.freedesktop.org/wayland/";
@@ -1217,7 +1217,7 @@ fullscreen) or other display servers.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
+                "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
     (build-system meson-build-system)
     (inputs
      (list wayland))



reply via email to

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