guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69906: [PATCH 2/2] gnu: gl: Update mesa to 24.0.3.


From: John Kehayias
Subject: bug#69906: [PATCH 2/2] gnu: gl: Update mesa to 24.0.3.
Date: Mon, 25 Mar 2024 01:19:04 +0000

Hi,

On Tue, Mar 19, 2024 at 11:25 PM, Daniel Ziltener wrote:

> ---
>  gnu/packages/gl.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
> index f8dc8c1d9d..fee33a3974 100644
> --- a/gnu/packages/gl.scm
> +++ b/gnu/packages/gl.scm
> @@ -297,7 +297,7 @@ (define libva-without-mesa
>  (define-public mesa
>    (package
>      (name "mesa")
> -    (version "23.3.2")
> +    (version "24.0.3")
>      (source
>        (origin
>          (method url-fetch)
> @@ -307,7 +307,7 @@ (define-public mesa
>                                    "mesa-" version ".tar.xz")))
>          (sha256
>           (base32
> -          "1p4swrbmz3kb1805kdj973hf8virgmix4m9qprmcb2bgl4gviz1w"))))
> +          "1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp"))))
>      (build-system meson-build-system)
>      (propagated-inputs
>       ;; The following are in the Requires.private field of gl.pc.

The libdrm patch is a duplicate of (your submission):
<https://issues.guix.gnu.org/68845> and the mesa upgrade is tracked
already at <https://issues.guix.gnu.org/69637>.

So, I will close this, but thanks and feel free to chime in on #69637.

John






reply via email to

[Prev in Thread] Current Thread [Next in Thread]