guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 2e61ae4f60a3eb7957337cd8863350c9500d4e2b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Jul 17 15:32:54 2025 +0900
gnu: mesa: Update to 25.1.5.
* gnu/packages/gl.scm (mesa): Update to 25.1.5.
Change-Id: Ic05db30a9c4d8ee8c165eb8455c245aa2e2afd85
---
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 865e0ab161..88bad0fb85 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
- (version "25.1.3")
+ (version "25.1.5")
(source
(origin
(method url-fetch)
@@ -323,7 +323,7 @@ also known as DXTn or DXTC) for Mesa.")
"mesa-" version ".tar.xz")))
(sha256
(base32
- "0zxsvly6xjinaicgcf81ycljjjzy3mj0hqwf01b6sdgxnnnnrjzz"))))
+ "0qxklcar3pknnalkjgaf8mlwad3ddv6379vfxk851sbfzw86nkrw"))))
(build-system meson-build-system)
(propagated-inputs
;; The following are in the Requires.private field of gl.pc.