GNU bug report logs - #76882
[PATCH] gnu: wayland-protocols-next: Update to 1.41.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <z572 <at> z572.online>

Date: Sun, 9 Mar 2025 05:57:01 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <z572 <at> z572.online>
Subject: bug#76882: closed (Re: [bug#76882] [PATCH] gnu: wayland-protocols-next:
 Update to 1.41.)
Date: Sat, 22 Mar 2025 06:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76882: [PATCH] gnu: wayland-protocols-next: Update to 1.41.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 76882 <at> debbugs.gnu.org.

-- 
76882: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76882
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <z572 <at> z572.online>
To: 76882-done <at> debbugs.gnu.org
Subject: Re: [bug#76882] [PATCH] gnu: wayland-protocols-next: Update to 1.41.
Date: Sat, 22 Mar 2025 14:40:55 +0800
[Message part 3 (text/plain, inline)]
Zheng Junjie <z572 <at> z572.online> writes:

> * gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.41.
>
> Change-Id: I18b5486a7d9e820af7208a6278de1d173127bfdc
> ---
>  gnu/packages/freedesktop.scm | 13 +++++++------
>  1 file changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 34dfe202296..0a178b22ef5 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -1544,15 +1544,16 @@ (define-public wayland-protocols-next
>    (package
>      (inherit wayland-protocols)
>      (name "wayland-protocols-next")
> -    (version "1.38")
> +    (version "1.41")
>      (source (origin
> -              (method url-fetch)
> -              (uri (string-append "https://gitlab.freedesktop.org/wayland/"
> -                                  "wayland-protocols/-/releases/" version "/downloads/"
> -                                  "wayland-protocols-" version ".tar.xz"))
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://gitlab.freedesktop.org/wayland/wayland-protocols")
> +                    (commit version)))
> +              (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "1ghxb0w7rbq3kdv9lhm1iwcjh6p3sx1gxb3crqh2p78m0ln2j5zz"))))))
> +                "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))))
>  
>  (define-public wayland-utils
>    (package
>
> base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Zheng Junjie <z572 <at> z572.online>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: wayland-protocols-next: Update to 1.41.
Date: Sun,  9 Mar 2025 13:56:01 +0800
* gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.41.

Change-Id: I18b5486a7d9e820af7208a6278de1d173127bfdc
---
 gnu/packages/freedesktop.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 34dfe202296..0a178b22ef5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1544,15 +1544,16 @@ (define-public wayland-protocols-next
   (package
     (inherit wayland-protocols)
     (name "wayland-protocols-next")
-    (version "1.38")
+    (version "1.41")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://gitlab.freedesktop.org/wayland/"
-                                  "wayland-protocols/-/releases/" version "/downloads/"
-                                  "wayland-protocols-" version ".tar.xz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://gitlab.freedesktop.org/wayland/wayland-protocols")
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ghxb0w7rbq3kdv9lhm1iwcjh6p3sx1gxb3crqh2p78m0ln2j5zz"))))))
+                "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))))
 
 (define-public wayland-utils
   (package

base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
-- 
2.48.1




This bug report was last modified 62 days ago.

Previous Next


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