mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6832edf804
commit
c236894563
1 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
(define-public mesa
|
||||
(package
|
||||
(name "mesa")
|
||||
(version "24.2.2")
|
||||
(version "24.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
"mesa-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"00hxi7wjp368kh5qq2v25nyzjrf0grsx55w55fg4bgpd0hqps1zx"))))
|
||||
"031d7cqvwl665vg673yq34yggxk88yblh61nyw4llm54al8qp8af"))))
|
||||
(build-system meson-build-system)
|
||||
(propagated-inputs
|
||||
;; The following are in the Requires.private field of gl.pc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue