[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: libglvnd: Update to 1.7.0.
From: |
guix-commits |
Subject: |
04/09: gnu: libglvnd: Update to 1.7.0. |
Date: |
Sat, 30 Sep 2023 05:35:14 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 697406fef71c14502a8f9f14e22d27ddf95ed469
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Sep 27 20:19:09 2023 +0800
gnu: libglvnd: Update to 1.7.0.
* gnu/packages/gl.scm (libglvnd): Update to 1.7.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 dfdc21abc6..fd59ad9605 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -760,7 +760,7 @@ OpenGL graphics API.")
(define-public libglvnd
(package
(name "libglvnd")
- (version "1.5.0")
+ (version "1.7.0")
(home-page "https://gitlab.freedesktop.org/glvnd/libglvnd")
(source (origin
(method git-fetch)
@@ -770,7 +770,7 @@ OpenGL graphics API.")
(file-name (git-file-name name version))
(sha256
(base32
- "1nvlcwzivrdchp70i2l7ic7qdlsdmlsb0ckydscr43rhqldswx69"))))
+ "07v3bmwzmg0d4g2zp835v1g7j22j8vz7hjfmqrdqjgxjj6v4jkyr"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dx11=enabled")
- branch master updated (b268842ec4 -> ee5de9cdf2), guix-commits, 2023/09/30
- 03/09: gnu: picard: Update to 2.9.2., guix-commits, 2023/09/30
- 02/09: gnu: font-sarasa-gothic: Update to 0.42.0., guix-commits, 2023/09/30
- 05/09: gnu: utfcpp: Update to 3.2.5., guix-commits, 2023/09/30
- 09/09: gnu: sdcc: Update to 4.3.0., guix-commits, 2023/09/30
- 01/09: gnu: hdf-eos5: Update to 2.0., guix-commits, 2023/09/30
- 07/09: gnu: sdcc: Adjust format., guix-commits, 2023/09/30
- 04/09: gnu: libglvnd: Update to 1.7.0.,
guix-commits <=
- 06/09: gnu: sdcc: Update package style., guix-commits, 2023/09/30
- 08/09: gnu: sdcc: Embed absolute reference to μCsim., guix-commits, 2023/09/30