summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-12-17 01:12:45 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2023-12-17 01:27:03 -0500
commit1b0e216ad68cf5a893d4007d1373cdc30c820df6 (patch)
treef662c17a97948e5af11a6a1db9e4daea1852640a
parentbc7713fa8878ab8a2158c8660d9b2bbb8fb2f77e (diff)
downloadguix-patches-1b0e216ad68cf5a893d4007d1373cdc30c820df6.tar
guix-patches-1b0e216ad68cf5a893d4007d1373cdc30c820df6.tar.gz
gnu: mesa: Update to 23.3.1.
* gnu/packages/gl.scm (mesa): Update to 23.3.1. Change-Id: Idf4393b4fa5b7df7a78bd88d7591385023460b5b
-rw-r--r--gnu/packages/gl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index c02a6f0a84..b8827de85e 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -267,7 +267,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
- (version "23.2.1")
+ (version "23.3.1")
(source
(origin
(method url-fetch)
@@ -277,7 +277,7 @@ also known as DXTn or DXTC) for Mesa.")
"mesa-" version ".tar.xz")))
(sha256
(base32
- "1k61pgw0vcjrlb4299q98cy7iqmk2r7jmb5ika91z01dzhb0dpk4"))))
+ "1rhxnifvzf168lys0qq6by1xrzs15q6climjzq7z5czxf1ni4j3f"))))
(build-system meson-build-system)
(propagated-inputs
;; The following are in the Requires.private field of gl.pc.