[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67888] [PATCH] gnu: libdrm: Update to 2.4.118.
From: |
John Kehayias |
Subject: |
[bug#67888] [PATCH] gnu: libdrm: Update to 2.4.118. |
Date: |
Sun, 31 Dec 2023 20:09:05 +0000 |
Hello,
On Mon, Dec 18, 2023 at 11:38 PM, Daniel Ziltener wrote:
> ---
> gnu/packages/xdisorg.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 485d55a8d3..ac2854f9e9 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -735,7 +735,7 @@ (define-public pixman
> (define-public libdrm
> (package
> (name "libdrm")
> - (version "2.4.117")
> + (version "2.4.118")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -743,7 +743,7 @@ (define-public libdrm
> version ".tar.xz"))
> (sha256
> (base32
> - "0ar4c4ikcbm1s4sg09ld406izq5s1yk7b2n0mmvql77bwdlqv252"))))
> + "125bcyarlzlxfq57viyvmxy32y0561c21j46z1brrz5mya2vsxx7"))))
> (build-system meson-build-system)
> (arguments
> (list #:configure-flags
This will have to be for core-updates I think, as I saw it after the
most recent mesa-updates round. Cuirass is currently way behind on
builds so I won't be able to add this in the current branch I don't
think unless core-updates is months away.
Also, just noticed that 2.4.119 is showing up as latest version, so we
could apply a patch for that on core-updates.
John