podiki pushed a commit to branch mesa-updates
in repository guix.
commit 1fc55a79e997259a5c56b7ba967c0527e8bda8b8
Author: John Kehayias <[email protected]>
AuthorDate: Thu Apr 3 17:08:44 2025 -0400
gnu: mesa: Update to 25.0.3.
* gnu/packages/gl.scm (mesa): Update to 25.0.3.
Change-Id: I020a797b448cfa529bfc2849072ffc90ccd91371
---
gnu/packages/gl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 0e6889664d..6808b31a65 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -303,7 +303,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
- (version "25.0.2")
+ (version "25.0.3")
(source
(origin
(method url-fetch)
@@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
"mesa-" version ".tar.xz")))
(sha256
(base32
- "15ywgxi3hmn4sk36xywm1mh5qjsz8gnzy046i6axy25khg809ydd"))))
+ "06vicvn73vj2i19d3dcqzsr2mbjiykgmp5qqdpcqyn70dknjdx2z"))))
(build-system meson-build-system)
(propagated-inputs
;; The following are in the Requires.private field of gl.pc.