diff options
| author | John Kehayias <john@guixotic.coop> | 2025-09-17 23:20:37 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:48:21 +0900 |
| commit | dd72e1b65d83f4a7c7699fda168ac73ecd180232 (patch) | |
| tree | db82ffae6594649d9814f5620d0f0ae06d9a1d32 | |
| parent | 291929f7856dcc11562eba9f2741e3d70c4e6752 (diff) | |
gnu: mesa: Update to 25.2.3.
* gnu/packages/gl.scm (mesa): Update to 25.2.3.
Change-Id: I28cee586fc49ba5aad9fa362260357e96d76977f
| -rw-r--r-- | gnu/packages/gl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index fdeaee7e79d..4214f102a8d 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -314,7 +314,7 @@ also known as DXTn or DXTC) for Mesa.") (define-public mesa (package (name "mesa") - (version "25.2.2") + (version "25.2.3") (source (origin (method url-fetch) @@ -324,7 +324,7 @@ also known as DXTn or DXTC) for Mesa.") "mesa-" version ".tar.xz"))) (sha256 (base32 - "04j41qbc1qnf2iillyz1h5g7c1216x538f2msy7rs1589b6spms3")))) + "1y5lj9zy2hfvx9ji1rvsjapmzap7mpp5i3pf2yfcpmpica2v5mpj")))) (build-system meson-build-system) (propagated-inputs ;; The following are in the Requires.private field of gl.pc. |
