podiki pushed a commit to branch mesa-updates
in repository guix.

commit 543b8b31f26bc3ed59a1b96ae330a6403f045865
Author: John Kehayias <[email protected]>
AuthorDate: Thu Dec 5 15:40:43 2024 -0500

    gnu: libdrm: Update to 2.4.124.
    
    * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.124.
    
    Change-Id: Idbc647ef24e97d682ec7d3cffd85b179ef1eacfb
---
 gnu/packages/xdisorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9a9a416def..5637a15256 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -52,7 +52,7 @@
 ;;; Copyright © 2021 ikasero <[email protected]>
 ;;; Copyright © 2021 Felix Gruber <[email protected]>
 ;;; Copyright © 2021 jgart <[email protected]>
-;;; Copyright © 2022 John Kehayias <[email protected]>
+;;; Copyright © 2022, 2024 John Kehayias <[email protected]>
 ;;; Copyright © 2022 Jai Vetrivelan <[email protected]>
 ;;; Copyright © 2022 Derek Chuank <[email protected]>
 ;;; Copyright © 2022, 2023 Wamm K. D. <[email protected]>
@@ -835,7 +835,7 @@ rasterisation.")
 (define-public libdrm
   (package
     (name "libdrm")
-    (version "2.4.123")
+    (version "2.4.124")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -843,7 +843,7 @@ rasterisation.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "17mpmp59icp8vaa47dz9gdpdh583kigq47p9a07lp9s9l5kqbfd2"))))
+                "0yd37j3c1qz9gmwvv7vwqgss8aiizypsg8hn9fpsyjnac4zjjdmc"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags

Reply via email to