unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 59432@debbugs.gnu.org
Subject: [bug#59432] [PATCH core-updates] gnu: wayland: Update to 1.21.0.
Date: Mon, 21 Nov 2022 13:49:08 +0800	[thread overview]
Message-ID: <c43c3ce1-877b-a3da-7952-f2f00993d131@disroot.org> (raw)

 From 1de144c94a1f8cedd255fdd67493c2af92be8476 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz@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




                 reply	other threads:[~2022-11-21  5:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c43c3ce1-877b-a3da-7952-f2f00993d131@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=59432@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).