guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: wayland-protocols: Update to 1.23.


From: guix-commits
Subject: 01/07: gnu: wayland-protocols: Update to 1.23.
Date: Wed, 13 Oct 2021 17:37:31 -0400 (EDT)

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

commit c334a6603cc2aec8a63030e6fce51d7e378eb4e4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Oct 13 22:10:36 2021 +0200

    gnu: wayland-protocols: Update to 1.23.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.23.
    [build-system]: Switch to MESON-BUILD-SYSTEM.
---
 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 52bdcae..4e1fa2e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1040,7 +1040,7 @@ fullscreen) or other display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.20")
+    (version "1.23")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1048,8 +1048,8 @@ fullscreen) or other display servers.")
                     "wayland-protocols-" version ".tar.xz"))
               (sha256
                (base32
-                "1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp"))))
-    (build-system gnu-build-system)
+                "0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc"))))
+    (build-system meson-build-system)
     (inputs
      `(("wayland" ,wayland)))
     (native-inputs



reply via email to

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