guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch mesa-updates updated: gnu: mesa: Update to 23.3.2.


From: guix-commits
Subject: branch mesa-updates updated: gnu: mesa: Update to 23.3.2.
Date: Thu, 28 Dec 2023 23:49:50 -0500

This is an automated email from the git hooks/post-receive script.

podiki pushed a commit to branch mesa-updates
in repository guix.

The following commit(s) were added to refs/heads/mesa-updates by this push:
     new 42c448ee6e gnu: mesa: Update to 23.3.2.
42c448ee6e is described below

commit 42c448ee6e13d165807d83e8c48941bead4847c1
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Thu Dec 28 23:49:15 2023 -0500

    gnu: mesa: Update to 23.3.2.
    
    * gnu/packages/gl.scm (mesa): Update to 23.3.2.
    
    Change-Id: Ic348c48f4045e8766646a5fe62209619a0247059
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index ce99b33441..dfe9be73c0 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -294,7 +294,7 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "23.3.1")
+    (version "23.3.2")
     (source
       (origin
         (method url-fetch)
@@ -304,7 +304,7 @@ also known as DXTn or DXTC) for Mesa.")
                                   "mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "1rhxnifvzf168lys0qq6by1xrzs15q6climjzq7z5czxf1ni4j3f"))))
+          "1p4swrbmz3kb1805kdj973hf8virgmix4m9qprmcb2bgl4gviz1w"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]