[PATCH] gnu: wayland: Update to 1.21.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)
CAJsg1E86pz5ZMz8QJZ0s2xhzMRSfnYRNAnFzD+jy5=eh8Ojhbg@mail.gmail.com

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(-)

Toggle diff (25 lines)
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
Maxim Cournoyer wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 59348-done@debbugs.gnu.org)
87cz9cm79r.fsf@gmail.com
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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59348@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59348
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help