1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: mesa: Update to 26.0.2.

* gnu/packages/gl.scm (mesa): Update to 26.0.2.

Change-Id: I5454f3e4df5db47bbdcf701a51407689ff3d257b
This commit is contained in:
John Kehayias
2026-03-17 10:35:35 -04:00
committed by Efraim Flashner
parent bfcb8b97ab
commit 56644e8eea
+2 -2
View File
@@ -319,7 +319,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa (define-public mesa
(package (package
(name "mesa") (name "mesa")
(version "26.0.1") (version "26.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@@ -328,7 +328,7 @@ also known as DXTn or DXTC) for Mesa.")
(string-append "ftp://ftp.freedesktop.org/pub/mesa/" (string-append "ftp://ftp.freedesktop.org/pub/mesa/"
"mesa-" version ".tar.xz"))) "mesa-" version ".tar.xz")))
(sha256 (sha256
(base32 "1k2x725xr6mm90ayinqg5p749azi1qg60kn2fm8rnv54z7wh8ldv")))) (base32 "0ikk7hb60q581i2wb1pasphv7sgqkv74qaw4cdiiq8dy45956gwp"))))
(build-system meson-build-system) (build-system meson-build-system)
(propagated-inputs (propagated-inputs
;; The following are in the Requires.private field of gl.pc. ;; The following are in the Requires.private field of gl.pc.