guix-commits
[Top][All Lists]
Advanced

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

06/44: gnu: wayland: Update to 1.22.0.


From: guix-commits
Subject: 06/44: gnu: wayland: Update to 1.22.0.
Date: Fri, 21 Apr 2023 00:48:22 -0400 (EDT)

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

commit b12a5f71ec4dc0c3ac1e36953e168d52fccd5500
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 20 14:33:11 2023 -0400

    gnu: wayland: Update to 1.22.0.
    
    * gnu/packages/freedesktop.scm (wayland): Update to 1.22.0.
---
 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 17ab2a165a..72d29c7b14 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1164,7 +1164,7 @@ Python.")
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.21.0")
+    (version "1.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gitlab.freedesktop.org/"; name
@@ -1172,7 +1172,7 @@ Python.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1b0ixya9bfw5c9jx8mzlr7yqnlyvd3jv5z8wln9scdv8q5zlvikd"))))
+                "0hjq8b1cprxpxcv2klgir1hd63vy5hrqilp9v317394qlqgayh0m"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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