all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59348] [PATCH] gnu: wayland: Update to 1.21.0
@ 2022-11-18  5:55 Andy Tai
  2022-11-24 20:23 ` bug#59348: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2022-11-18  5:55 UTC (permalink / raw)
  To: 59348

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-wayland-Update-to-1.21.0.patch --]
[-- Type: text/x-patch, Size: 1356 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59348: [PATCH] gnu: wayland: Update to 1.21.0
  2022-11-18  5:55 [bug#59348] [PATCH] gnu: wayland: Update to 1.21.0 Andy Tai
@ 2022-11-24 20:23 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-11-24 20:23 UTC (permalink / raw)
  To: Andy Tai; +Cc: 59348-done

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.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-24 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18  5:55 [bug#59348] [PATCH] gnu: wayland: Update to 1.21.0 Andy Tai
2022-11-24 20:23 ` bug#59348: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.