unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 59349@debbugs.gnu.org
Subject: [bug#59349] [PATCH] gnu: wayland-protocols: Update to 1.29
Date: Thu, 17 Nov 2022 22:39:09 -0800	[thread overview]
Message-ID: <CAJsg1E9S2cmc1r-T3YB3G=8hojp4HsfPjp-005L00V=4-o9jmQ@mail.gmail.com> (raw)

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



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

From d94db156a766ab9fe8da8e2ad746e3b9ac1ac8ad Mon Sep 17 00:00:00 2001
From: andy Tai <atai@atai.org>
Date: Thu, 17 Nov 2022 22:36:52 -0800
Subject: [PATCH] gnu: wayland-protocols: Update to 1.29

gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.29
---
 gnu/packages/freedesktop.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 5073ffcab4..e2152a9b6e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1093,15 +1093,14 @@ (define-public wayland
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.23")
+    (version "1.29")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://wayland.freedesktop.org/releases/"
-                    "wayland-protocols-" version ".tar.xz"))
+              (uri (string-append "https://gitlab.freedesktop.org/wayland/" name "/-/releases/"
+                                  version "/downloads/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc"))))
+                "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
     (build-system meson-build-system)
     (inputs
      (list wayland))
-- 
2.38.1


             reply	other threads:[~2022-11-18  6:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18  6:39 Andy Tai [this message]
2022-11-24 20:25 ` bug#59349: [PATCH] gnu: wayland-protocols: Update to 1.29 Maxim Cournoyer
2022-11-25 18:24   ` [bug#59349] " Andy Tai

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='CAJsg1E9S2cmc1r-T3YB3G=8hojp4HsfPjp-005L00V=4-o9jmQ@mail.gmail.com' \
    --to=atai@atai.org \
    --cc=59349@debbugs.gnu.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).