[PATCH] gnu: freedesktop: Update wayland-protocols to 1.33.

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Ziltener
  • John Kehayias
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal

Debbugs page

D
D
Daniel Ziltener wrote on 18 Mar 2024 15:16
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
8788a94def67d522119d82cb9871f904@lyrion.ch
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 20cf2510d2..b919b50d73 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1242,7 +1242,7 @@ (define-public wayland
(define-public wayland-protocols
(package
(name "wayland-protocols")
- (version "1.32")
+ (version "1.33")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.freedesktop.org/wayland/"
@@ -1250,7 +1250,7 @@ (define-public wayland-protocols
name "-" version ".tar.xz"))
(sha256
(base32
- "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
+ "0flnqfc8npzn6rxsw4afpr8yifwsn5kq81327yh62vhd145wbw4l"))))
(build-system meson-build-system)
(inputs
(list wayland))
--
2.41.0
J
J
John Kehayias wrote on 27 Jan 13:57 -0800
(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . 69883-done@debbugs.gnu.org)
87lduvly35.fsf@protonmail.com
On Mon, Mar 18, 2024 at 11:16 PM, Daniel Ziltener wrote:

Toggle quote (27 lines)
> ---
> gnu/packages/freedesktop.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 20cf2510d2..b919b50d73 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -1242,7 +1242,7 @@ (define-public wayland
> (define-public wayland-protocols
> (package
> (name "wayland-protocols")
> - (version "1.32")
> + (version "1.33")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://gitlab.freedesktop.org/wayland/"
> @@ -1250,7 +1250,7 @@ (define-public wayland-protocols
> name "-" version ".tar.xz"))
> (sha256
> (base32
> - "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
> + "0flnqfc8npzn6rxsw4afpr8yifwsn5kq81327yh62vhd145wbw4l"))))
> (build-system meson-build-system)
> (inputs
> (list wayland))

Guix has since been updated to the latest wayland-protocols, v1.39,
closing but thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69883@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69883
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch