guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: wayland: Update to 1.21.0.


From: guix-commits
Subject: branch core-updates updated: gnu: wayland: Update to 1.21.0.
Date: Thu, 24 Nov 2022 15:24:03 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 04540d3a6d gnu: wayland: Update to 1.21.0.
04540d3a6d is described below

commit 04540d3a6d4f80b9c71c1388bfd0c881366d591d
Author: andy Tai <atai@atai.org>
AuthorDate: Thu Nov 17 21:44:10 2022 -0800

    gnu: wayland: Update to 1.21.0.
    
    gnu/packages/freedesktop.scm (wayland): Update to 1.21.0.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/freedesktop.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 54c639fd8a..273e4209b2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1029,14 +1029,15 @@ Python.")
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.20.0")
+    (version "1.21.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://wayland.freedesktop.org/releases/";
+              (uri (string-append "https://gitlab.freedesktop.org/"; name
+                                  "/" name  "/-/releases/" version 
"/downloads/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "09c7rpbwavjg4y16mrfa57gk5ix6rnzpvlnv1wp7fnbh9hak985q"))))
+                "1b0ixya9bfw5c9jx8mzlr7yqnlyvd3jv5z8wln9scdv8q5zlvikd"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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