mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: mesa: Update to 25.1.3.
* gnu/packages/gl.scm (mesa): Update to 25.1.3. Change-Id: I1c19b1fab28400b6e9cce01a41813afb643242d1
This commit is contained in:
parent
70a890468f
commit
3aa0d9de4b
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 "25.1.2")
|
||||
(version "25.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
"mesa-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"15xx37qhkyfp8gayh15dvb000h0vnvzd2qwlb2d996qi6pyr7762"))))
|
||||
"0zxsvly6xjinaicgcf81ycljjjzy3mj0hqwf01b6sdgxnnnnrjzz"))))
|
||||
(build-system meson-build-system)
|
||||
(propagated-inputs
|
||||
;; The following are in the Requires.private field of gl.pc.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue