guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: mesa: Update to 22.2.4.


From: guix-commits
Subject: 05/11: gnu: mesa: Update to 22.2.4.
Date: Sun, 20 Nov 2022 14:10:13 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit e5af53c51d71620fa71ebe220aac1d4dd1b3d04a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 18 15:59:51 2022 -0500

    gnu: mesa: Update to 22.2.4.
    
    * gnu/packages/gl.scm (mesa): Update to 22.2.4.
---
 gnu/packages/gl.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 4eaaf751a6..dd62fac13e 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -267,19 +267,19 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "22.1.7")
+    (version "22.2.4")
     (source
-     (origin
-       (method url-fetch)
-       (uri (list (string-append "https://mesa.freedesktop.org/archive/";
-                                 "mesa-" version ".tar.xz")
-                  (string-append "ftp://ftp.freedesktop.org/pub/mesa/";
-                                 "mesa-" version ".tar.xz")
-                  (string-append "ftp://ftp.freedesktop.org/pub/mesa/";
-                                 version "/mesa-" version ".tar.xz")))
-       (sha256
-        (base32
-         "12ax6lmshc8aqzw5ca7ab7f7z64n9nyzci4r1s6y1l0iryr8x0ys"))))
+      (origin
+        (method url-fetch)
+        (uri (list (string-append "https://mesa.freedesktop.org/archive/";
+                                  "mesa-" version ".tar.xz")
+                   (string-append "ftp://ftp.freedesktop.org/pub/mesa/";
+                                  "mesa-" version ".tar.xz")
+                   (string-append "ftp://ftp.freedesktop.org/pub/mesa/";
+                                  version "/mesa-" version ".tar.xz")))
+        (sha256
+         (base32
+          "1azpr68pdg63yq3igmzwsgn2ypg49m0mp3hfkq0lcyswr99npmv5"))))
     (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]