gnu: mesa: Update to 24.2.3.

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

Change-Id: I910baba6e1f5b9d4fb15dc37551d3dd5baabb940
This commit is contained in:
John Kehayias 2024-09-19 21:53:20 -04:00
parent 6832edf804
commit c236894563
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -303,7 +303,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa (define-public mesa
(package (package
(name "mesa") (name "mesa")
(version "24.2.2") (version "24.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
"mesa-" version ".tar.xz"))) "mesa-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"00hxi7wjp368kh5qq2v25nyzjrf0grsx55w55fg4bgpd0hqps1zx")))) "031d7cqvwl665vg673yq34yggxk88yblh61nyw4llm54al8qp8af"))))
(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.