From 7013921be6f9f2de49d5806a93eaee1d95cac1c6 Mon Sep 17 00:00:00 2001 Message-Id: <7013921be6f9f2de49d5806a93eaee1d95cac1c6.1688054691.git.john.kehayias@protonmail.com> From: John Kehayias Date: Thu, 29 Jun 2023 11:57:59 -0400 Subject: [PATCH] gnu: mesa: Update to 23.1.3. * gnu/packages/gl.scm (mesa): Update to 23.1.3. --- gnu/packages/gl.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index a5b5ade22a..d403463e94 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer ;;; Copyright © 2020 Kei Kebreau ;;; Copyright © 2021 Ivan Gankevich -;;; Copyright © 2021, 2022 John Kehayias +;;; Copyright © 2021, 2022, 2023 John Kehayias ;;; Copyright © 2022 Petr Hodina ;;; Copyright © 2023 Kaelyn Takata ;;; @@ -267,7 +267,7 @@ (define libva-without-mesa (define-public mesa (package (name "mesa") - (version "23.0.3") + (version "23.1.3") (source (origin (method url-fetch) @@ -277,7 +277,7 @@ (define-public mesa "mesa-" version ".tar.xz"))) (sha256 (base32 - "1mcjf41x2bhxs6yxars7nh2vfryfw50g6rvbcfbb1wqdv2jn4qrq")))) + "1ndfm3p1inppz1i4340sdh213ddqhlkh5l9s4vbd5yqhpj0p6v9g")))) (build-system meson-build-system) (propagated-inputs ;; The following are in the Requires.private field of gl.pc. base-commit: 2b25bc03a11e1c6a473bbb000c35e94233120346 prerequisite-patch-id: 78ddf341d4f8855b10d81e0b0348705638bf334b -- 2.40.1