[PATCH] gnu: freedesktop: wayland-protocols update 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

Daniel Ziltener wrote 1 years ago
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
fed15215d659933f4c7d92505ee785c3@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 648ebad408..1efcc42d99 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
John Kehayias wrote 2 months ago
(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . 68846-done@debbugs.gnu.org)
87ikpzly2g.fsf@protonmail.com
On Wed, Jan 31, 2024 at 12:10 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 648ebad408..1efcc42d99 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 68846@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68846
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help