guix-commits
[Top][All Lists]
Advanced

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

04/25: gnu: mesa: Update to 20.1.9.


From: guix-commits
Subject: 04/25: gnu: mesa: Update to 20.1.9.
Date: Tue, 13 Oct 2020 17:50:09 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit b7c0b0ad9f90a645f6c85685c051d4e8792f5758
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Oct 11 16:36:32 2020 +0200

    gnu: mesa: Update to 20.1.9.
    
    * gnu/packages/gl.scm (mesa): Update to 20.1.9.
---
 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 3542fdc..a8b142c 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -233,7 +233,7 @@ also known as DXTn or DXTC) for Mesa.")
 (define-public mesa
   (package
     (name "mesa")
-    (version "20.1.4")
+    (version "20.1.9")
     (source
       (origin
         (method url-fetch)
@@ -245,7 +245,7 @@ also known as DXTn or DXTC) for Mesa.")
                                   version "/mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "1zlrczmmkcy42w332rfmlicihlnrxmkrnkpb21sl98725cf2f038"))
+          "10kk8a8k7f4ip8yaiqdyrx162nbw8pw4h3b4hs4ha8mpd43wlldj"))
         (patches
          (search-patches "mesa-skip-disk-cache-test.patch"))))
     (build-system meson-build-system)



reply via email to

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