[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)
- branch staging updated (2b6ecdf -> 069ddd9), guix-commits, 2020/10/13
- 01/25: Merge branch 'master' into staging, guix-commits, 2020/10/13
- 05/25: gnu: NSPR: Update to 4.29., guix-commits, 2020/10/13
- 04/25: gnu: mesa: Update to 20.1.9.,
guix-commits <=
- 06/25: gnu: nss, nss-certs: Update to 3.57., guix-commits, 2020/10/13
- 09/25: gnu: unixodbc: Update to 2.3.9., guix-commits, 2020/10/13
- 08/25: gnu: check: Update to 0.15.2., guix-commits, 2020/10/13
- 16/25: gnu: libxkbcommon: Update to 1.0.1., guix-commits, 2020/10/13
- 22/25: gnu: libcap: Update to 2.44., guix-commits, 2020/10/13
- 18/25: gnu: xorg-server: Remove graft for 1.20.9., guix-commits, 2020/10/13
- 20/25: gnu: gstreamer: Update to 1.18.0., guix-commits, 2020/10/13
- 21/25: gnu: libcap: Make 'libcap/next' the default libcap., guix-commits, 2020/10/13
- 02/25: gnu: MariaDB: Update to 10.5.6., guix-commits, 2020/10/13
- 03/25: gnu: MariaDB: Skip replication tests., guix-commits, 2020/10/13