GNU bug report logs - #59432
[PATCH core-updates] gnu: wayland: Update to 1.21.0.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Mon, 21 Nov 2022 05:50:02 UTC

Severity: normal

Tags: patch

Fixed in version 59348

Done: kiasoc5 <kiasoc5 <at> disroot.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59432 in the body.
You can then email your comments to 59432 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59432; Package guix-patches. (Mon, 21 Nov 2022 05:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Faiz <adam.faiz <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 21 Nov 2022 05:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Faiz <adam.faiz <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH core-updates] gnu: wayland: Update to 1.21.0.
Date: Mon, 21 Nov 2022 13:49:08 +0800
From 1de144c94a1f8cedd255fdd67493c2af92be8476 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 21 Nov 2022 13:20:55 +0800
Subject: [PATCH core-updates] gnu: wayland: Update to 1.21.0.

* gnu/packages/freedesktop.scm (wayland): Update to 1.21.0.
No new Wayland releases will be at https://wayland.freedesktop.org/releases/
since version 1.21.0.
---
 gnu/packages/freedesktop.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index d74d6aa935..22bbec56b0 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1028,14 +1028,16 @@ (define-public python-pyxdg
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.20.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append 
"https://wayland.freedesktop.org/releases/"
-                                  name "-" version ".tar.xz"))
-              (sha256
-               (base32
-                "09c7rpbwavjg4y16mrfa57gk5ix6rnzpvlnv1wp7fnbh9hak985q"))))
+    (version "1.21.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.freedesktop.org/wayland/wayland")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0fwad6w5jm32c04wh4gca7d1ixdj4b9dnsiy1h6qd9nxs0w47wwy"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-- 
2.38.1




bug marked as fixed in version 59348, send any further explanations to 59432 <at> debbugs.gnu.org and Adam Faiz <adam.faiz <at> disroot.org> Request was from kiasoc5 <kiasoc5 <at> disroot.org> to control <at> debbugs.gnu.org. (Fri, 25 Nov 2022 18:49:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Dec 2022 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 202 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.