[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: libglvnd: Update to 1.3.2.
From: |
guix-commits |
Subject: |
01/13: gnu: libglvnd: Update to 1.3.2. |
Date: |
Sat, 11 Jul 2020 16:04:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6018d1ee600787d36ccc39af3fe35e5b167e310b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jul 11 18:57:53 2020 +0200
gnu: libglvnd: Update to 1.3.2.
* gnu/packages/gl.scm (libglvnd): Update to 1.3.2.
---
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 41fc8ae..d7a6082 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
@@ -701,7 +701,7 @@ OpenGL graphics API.")
(define-public libglvnd
(package
(name "libglvnd")
- (version "1.3.1")
+ (version "1.3.2")
(home-page "https://gitlab.freedesktop.org/glvnd/libglvnd")
(source (origin
(method git-fetch)
@@ -711,7 +711,7 @@ OpenGL graphics API.")
(file-name (git-file-name name version))
(sha256
(base32
- "0mkzdzdxjxjl794rblq4mq33wmb8ikqmfswbqdbr8gw2kw4wlhdl"))))
+ "10x7fgb114r4gikdg6flszl3kwzcb9y5qa7sj9936mk0zxhjaylz"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dx11=enabled")
- branch master updated (661ad8d -> 183f069), guix-commits, 2020/07/11
- 01/13: gnu: libglvnd: Update to 1.3.2.,
guix-commits <=
- 02/13: gnu: hss: Move to (gnu packages ssh)., guix-commits, 2020/07/11
- 03/13: gnu: hss: Edit description., guix-commits, 2020/07/11
- 06/13: gnu: hss: Patch less., guix-commits, 2020/07/11
- 04/13: gnu: hss: Fix cross-compilation., guix-commits, 2020/07/11
- 05/13: gnu: hss: Return #t from phase., guix-commits, 2020/07/11
- 07/13: gnu: gperftools: Update to 2.8., guix-commits, 2020/07/11
- 08/13: gnu: bitcoin-abc: Update to 0.21.10., guix-commits, 2020/07/11
- 13/13: gnu: wsjtx: Update to 2.2.2., guix-commits, 2020/07/11
- 09/13: gnu: xfce4-eyes-plugin: Update to 4.5.1., guix-commits, 2020/07/11
- 10/13: gnu: svt-av1: Update to 0.8.4., guix-commits, 2020/07/11