guix-commits
[Top][All Lists]
Advanced

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

06/21: gnu: mesa: Update to 24.0.3.


From: guix-commits
Subject: 06/21: gnu: mesa: Update to 24.0.3.
Date: Mon, 1 Apr 2024 01:35:37 -0400 (EDT)

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

commit b43d36a556c1c1d75fdffbec08d8c39121a528cd
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Tue Mar 26 20:26:23 2024 -0400

    gnu: mesa: Update to 24.0.3.
    
    * gnu/packages/gl.scm (mesa): Update to 24.0.3.
    
    Co-authored-by: aurtzy <aurtzy@gmail.com>
    Change-Id: Id674e81154631daf9e8c33940c299dc1d26c62c5
---
 gnu/packages/gl.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index df1e0796cb..c32bfad82e 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -297,17 +297,17 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "23.3.2")
+    (version "24.0.3")
     (source
-      (origin
-        (method url-fetch)
-        (uri (list (string-append "https://archive.mesa3d.org/";
-                                  "mesa-" version ".tar.xz")
-                   (string-append "ftp://ftp.freedesktop.org/pub/mesa/";
-                                  "mesa-" version ".tar.xz")))
-        (sha256
-         (base32
-          "1p4swrbmz3kb1805kdj973hf8virgmix4m9qprmcb2bgl4gviz1w"))))
+     (origin
+       (method url-fetch)
+       (uri (list (string-append "https://archive.mesa3d.org/";
+                                 "mesa-" version ".tar.xz")
+                  (string-append "ftp://ftp.freedesktop.org/pub/mesa/";
+                                 "mesa-" version ".tar.xz")))
+       (sha256
+        (base32
+         "1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.



reply via email to

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