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

[-- 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


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

* bug#59349: [PATCH] gnu: wayland-protocols: Update to 1.29
  2022-11-18  6:39 [bug#59349] [PATCH] gnu: wayland-protocols: Update to 1.29 Andy Tai
@ 2022-11-24 20:25 ` Maxim Cournoyer
  2022-11-25 18:24   ` [bug#59349] " Andy Tai
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2022-11-24 20:25 UTC (permalink / raw)
  To: Andy Tai; +Cc: 59349-done

Hi Andy,

Applied to core-updates, with very similar changes/comment that I wrote
to the previous patch for wayland.

-- 
Thanks,
Maxim




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

* [bug#59349] [PATCH] gnu: wayland-protocols: Update to 1.29
  2022-11-24 20:25 ` bug#59349: " Maxim Cournoyer
@ 2022-11-25 18:24   ` Andy Tai
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Tai @ 2022-11-25 18:24 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 59349-done

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

Sure.  Will follow that. Thanks

On Fri, Nov 25, 2022 at 12:32 AM Maxim Cournoyer <maxim.cournoyer@gmail.com>
wrote:

> Hi Andy,
>
> Applied to core-updates, with very similar changes/comment that I wrote
> to the previous patch for wayland.
>
> --
> Thanks,
> Maxim
>


-- 
Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat:
andytai1010
Year 2021 民國110年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能

[-- Attachment #2: Type: text/html, Size: 1186 bytes --]

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

end of thread, other threads:[~2022-11-25 18:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18  6:39 [bug#59349] [PATCH] gnu: wayland-protocols: Update to 1.29 Andy Tai
2022-11-24 20:25 ` bug#59349: " Maxim Cournoyer
2022-11-25 18:24   ` [bug#59349] " Andy Tai

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.