* [bug#64638] [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.32.
@ 2023-07-15 6:24 Hilton Chain via Guix-patches via
2023-07-25 21:21 ` John Kehayias via Guix-patches via
[not found] ` <handler.64638.B.168940233629152.ack@debbugs.gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-15 6:24 UTC (permalink / raw)
To: 64638; +Cc: Hilton Chain
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32.
---
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 3bfc8b33ae..26464e257f 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1209,7 +1209,7 @@ (define-public wayland
(define-public wayland-protocols
(package
(name "wayland-protocols")
- (version "1.29")
+ (version "1.32")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.freedesktop.org/wayland/"
@@ -1217,7 +1217,7 @@ (define-public wayland-protocols
name "-" version ".tar.xz"))
(sha256
(base32
- "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
+ "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
(build-system meson-build-system)
(inputs
(list wayland))
base-commit: 00ed2901f5171e4f9435641a91678217cae38030
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#64638] [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.32.
2023-07-15 6:24 [bug#64638] [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.32 Hilton Chain via Guix-patches via
@ 2023-07-25 21:21 ` John Kehayias via Guix-patches via
2023-07-31 15:25 ` bug#64638: " John Kehayias via Guix-patches via
[not found] ` <handler.64638.B.168940233629152.ack@debbugs.gnu.org>
1 sibling, 1 reply; 4+ messages in thread
From: John Kehayias via Guix-patches via @ 2023-07-25 21:21 UTC (permalink / raw)
To: Hilton Chain; +Cc: 64638
Hello,
On Sat, Jul 15, 2023 at 02:24 PM, Hilton Chain wrote:
> * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32.
> ---
> 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 3bfc8b33ae..26464e257f 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -1209,7 +1209,7 @@ (define-public wayland
> (define-public wayland-protocols
> (package
> (name "wayland-protocols")
> - (version "1.29")
> + (version "1.32")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://gitlab.freedesktop.org/wayland/"
> @@ -1217,7 +1217,7 @@ (define-public wayland-protocols
> name "-" version ".tar.xz"))
> (sha256
> (base32
> - "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
> + "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
> (build-system meson-build-system)
> (inputs
> (list wayland))
>
> base-commit: 00ed2901f5171e4f9435641a91678217cae38030
Applied on mesa-updates which I hope to merge once rebuilds are done (in
the next few days?). Thanks!
John
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#64638: [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.32.
2023-07-25 21:21 ` John Kehayias via Guix-patches via
@ 2023-07-31 15:25 ` John Kehayias via Guix-patches via
0 siblings, 0 replies; 4+ messages in thread
From: John Kehayias via Guix-patches via @ 2023-07-31 15:25 UTC (permalink / raw)
To: Hilton Chain; +Cc: 64638-done
On Tue, Jul 25, 2023 at 09:21 PM, John Kehayias wrote:
> Hello,
>
> On Sat, Jul 15, 2023 at 02:24 PM, Hilton Chain wrote:
>
>> * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32.
>> ---
>> 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 3bfc8b33ae..26464e257f 100644
>> --- a/gnu/packages/freedesktop.scm
>> +++ b/gnu/packages/freedesktop.scm
>> @@ -1209,7 +1209,7 @@ (define-public wayland
>> (define-public wayland-protocols
>> (package
>> (name "wayland-protocols")
>> - (version "1.29")
>> + (version "1.32")
>> (source (origin
>> (method url-fetch)
>> (uri (string-append "https://gitlab.freedesktop.org/wayland/"
>> @@ -1217,7 +1217,7 @@ (define-public wayland-protocols
>> name "-" version ".tar.xz"))
>> (sha256
>> (base32
>> - "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
>> + "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
>> (build-system meson-build-system)
>> (inputs
>> (list wayland))
>>
>> base-commit: 00ed2901f5171e4f9435641a91678217cae38030
>
> Applied on mesa-updates which I hope to merge once rebuilds are done (in
> the next few days?). Thanks!
>
> John
Pushed as d08fd612d0d96b051f1902832220f548eb6e7955. Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#64638] Close: bug#64638: Acknowledgement ([PATCH mesa-updates] gnu: wayland-protocols: Update to 1.32.)
[not found] ` <handler.64638.B.168940233629152.ack@debbugs.gnu.org>
@ 2023-07-31 15:34 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-31 15:34 UTC (permalink / raw)
To: 64638-done
d08fd612d0d96b051f1902832220f548eb6e7955
Mark as done.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-31 15:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-15 6:24 [bug#64638] [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.32 Hilton Chain via Guix-patches via
2023-07-25 21:21 ` John Kehayias via Guix-patches via
2023-07-31 15:25 ` bug#64638: " John Kehayias via Guix-patches via
[not found] ` <handler.64638.B.168940233629152.ack@debbugs.gnu.org>
2023-07-31 15:34 ` [bug#64638] Close: bug#64638: Acknowledgement ([PATCH mesa-updates] gnu: wayland-protocols: Update to 1.32.) Hilton Chain via Guix-patches via
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).