diff mbox series

[bug#59348] gnu: wayland: Update to 1.21.0

Message ID CAJsg1E86pz5ZMz8QJZ0s2xhzMRSfnYRNAnFzD+jy5=eh8Ojhbg@mail.gmail.com
State New
Headers show
Series [bug#59348] gnu: wayland: Update to 1.21.0 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success
cbaines/issue success View issue

Commit Message

Andy Tai Nov. 18, 2022, 5:55 a.m. UTC

Comments

Maxim Cournoyer Nov. 24, 2022, 8:23 p.m. UTC | #1
Hi!

I've applied it to core-updates, because "would ensure 4244 dependent
packages are rebuilt", per 'guix refresh --list-transitive wayland'.  I
made some changes to it:

1. Added a period to the commit message summary and description.
2. Broke the long URI lines into <= 80 characters, as this is our convention.

In the future, please use the [PATCH core-updates] prefix for such
patches, to avoid potential mistakes.
diff mbox series

Patch

From 3f241c1fce2c715a808c9bf4008fe570edb4caa7 Mon Sep 17 00:00:00 2001
From: andy Tai <atai@atai.org>
Date: Thu, 17 Nov 2022 21:44:10 -0800
Subject: [PATCH] gnu: wayland: Update to 1.21.0

gnu/packages/freedesktop.scm (wayland): Update to 1.21.0
---
 gnu/packages/freedesktop.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index d74d6aa935..5073ffcab4 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1028,14 +1028,14 @@  (define-public python-pyxdg
 (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/"
-                                  name "-" version ".tar.xz"))
+              (uri (string-append "https://gitlab.freedesktop.org/wayland/wayland/-/releases/"
+                                  version "/downloads/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "09c7rpbwavjg4y16mrfa57gk5ix6rnzpvlnv1wp7fnbh9hak985q"))))
+                "1b0ixya9bfw5c9jx8mzlr7yqnlyvd3jv5z8wln9scdv8q5zlvikd"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-- 
2.38.1