[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: glmark2: Update to 2023.01.
From: |
guix-commits |
Subject: |
02/07: gnu: glmark2: Update to 2023.01. |
Date: |
Tue, 9 Apr 2024 12:12:34 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 191a4bfe1a4adfa2683281fd5c08c6c0e17899ad
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Sun Apr 7 22:46:30 2024 +0200
gnu: glmark2: Update to 2023.01.
* gnu/packages/gl.scm (glmark2): Update to 2023.01.
Change-Id: Ia3a468d5da28801fc9c13de6995ca6599bbbb87c
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 f8dc8c1d9d..2894497022 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -1172,7 +1172,7 @@ the glProgramViewportFlip before it was replaced with
glProgramViewportInfo.")
(define-public glmark2
(package
(name "glmark2")
- (version "2021.12")
+ (version "2023.01")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1181,7 +1181,7 @@ the glProgramViewportFlip before it was replaced with
glProgramViewportInfo.")
(file-name (git-file-name name version))
(sha256
(base32
- "1aydqbrg9i74s19rrdrsscx94m885yvc43v3sdqlgyh675ms98jb"))))
+ "094dr0ljg1hq6wymw2hb3369p4g91sn5c2qf554dl0dbdbjdqasq"))))
(build-system meson-build-system)
(arguments
'(#:tests? #f ; no check target
- branch master updated (35e1d9247e -> ff5ef67110), guix-commits, 2024/04/09
- 02/07: gnu: glmark2: Update to 2023.01.,
guix-commits <=
- 04/07: gnu: python-deeptools: Update to 3.5.5., guix-commits, 2024/04/09
- 05/07: gnu: tracy: Update to 0.10., guix-commits, 2024/04/09
- 03/07: gnu: stow: Update to 2.4.0., guix-commits, 2024/04/09
- 01/07: gnu: cpio: Update to 2.15., guix-commits, 2024/04/09
- 06/07: gnu: nyxt: Update to 3.11.6., guix-commits, 2024/04/09
- 07/07: gnu: diffoscope: Update to 263., guix-commits, 2024/04/09