nongnu: mesa: Update to 22.2.2.

* nongnu/packages/mesa.scm (mesa-next): Update to 22.2.2.
This commit is contained in:
John Kehayias 2022-11-04 20:42:31 -04:00
parent 2a353a3dbc
commit 57bae70651
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -78,7 +78,7 @@
(define-public mesa-next (define-public mesa-next
(package (package
(name "mesa") (name "mesa")
(version "22.2.1") (version "22.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -90,7 +90,7 @@
version "/mesa-" version ".tar.xz"))) version "/mesa-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"0g5ij57ljh3l04qf7qpildl45g5g7s8ycngc19z5xx1k1anbwy80")))) "1ya8i7kz98h6vdyfjmlpnvcd237a7hhgwjcfh4dngk659yvizq9d"))))
(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.