mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mesa: Update to 25.1.2.
* gnu/packages/gl.scm (mesa): Update to 25.1.2. Change-Id: I545b299ed95a5bf8966d8ff6365526d3a3a1f512
This commit is contained in:
parent
c4276927f9
commit
70a890468f
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
;;; Copyright © 2020, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2020 Kei Kebreau <kkebreau@posteo.net>
|
||||
;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
|
||||
;;; Copyright © 2021-2024 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2021-2025 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
|
||||
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
|
||||
|
@ -303,7 +303,7 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
(define-public mesa
|
||||
(package
|
||||
(name "mesa")
|
||||
(version "25.1.1")
|
||||
(version "25.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
"mesa-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1kjv84a7ln5n19dkgcsjdn7f3kfkzqqhpgyw4j2visdrnwc2m56g"))))
|
||||
"15xx37qhkyfp8gayh15dvb000h0vnvzd2qwlb2d996qi6pyr7762"))))
|
||||
(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