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:
John Kehayias 2025-06-05 12:01:56 -04:00
parent c4276927f9
commit 70a890468f
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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.