me
/
guix
Archived
1
0
Fork 0

gnu: mesa: Update to 24.0.4.

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

Change-Id: Id0c14c0ad6a45d6cdb4533053e7a116285a87e5f
master
John Kehayias 2024-04-01 01:29:46 -04:00
parent 3440e855e6
commit 23928e2d42
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa (define-public mesa
(package (package
(name "mesa") (name "mesa")
(version "24.0.3") (version "24.0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -307,7 +307,7 @@ also known as DXTn or DXTC) for Mesa.")
"mesa-" version ".tar.xz"))) "mesa-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp")))) "1w25lwdrb0ffrx2fjk9izbvpcgf9ypfc7v32zybwvjwql0qbvzlh"))))
(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.