diff mbox series

[bug#67888] gnu: libdrm: Update to 2.4.118.

Message ID a135e30556ce1852165511a0087514c9@lyrion.ch
State New
Headers show
Series [bug#67888] gnu: libdrm: Update to 2.4.118. | expand

Commit Message

Daniel Ziltener Dec. 18, 2023, 10:38 p.m. UTC
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

John Kehayias Dec. 31, 2023, 8:09 p.m. UTC | #1
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
Daniel Ziltener Jan. 26, 2024, 3:30 p.m. UTC | #2
close 67888
thanks
diff mbox series

Patch

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