all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70264] [PATCH] gnu: glmark2: Update to 2023.01.
@ 2024-04-07 20:46 Wilko Meyer
  2024-04-09 17:12 ` bug#70264: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Wilko Meyer @ 2024-04-07 20:46 UTC (permalink / raw)
  To: 70264; +Cc: Wilko Meyer

* gnu/packages/gl.scm (glmark2): Update to 2023.01.

Change-Id: Ia3a468d5da28801fc9c13de6995ca6599bbbb87c
---
 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 @@ (define-public mojoshader-with-viewport-flip
 (define-public glmark2
   (package
     (name "glmark2")
-    (version "2021.12")
+    (version "2023.01")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1181,7 +1181,7 @@ (define-public glmark2
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1aydqbrg9i74s19rrdrsscx94m885yvc43v3sdqlgyh675ms98jb"))))
+                "094dr0ljg1hq6wymw2hb3369p4g91sn5c2qf554dl0dbdbjdqasq"))))
     (build-system meson-build-system)
     (arguments
      '(#:tests? #f                      ; no check target

base-commit: 3571e4752501fb0f7da7785a3834009f522eb24c
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70264: [PATCH] gnu: glmark2: Update to 2023.01.
  2024-04-07 20:46 [bug#70264] [PATCH] gnu: glmark2: Update to 2023.01 Wilko Meyer
@ 2024-04-09 17:12 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-04-09 17:12 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 70264-done

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

Wilko Meyer <w@wmeyer.eu> writes:

> * gnu/packages/gl.scm (glmark2): Update to 2023.01.
>
> Change-Id: Ia3a468d5da28801fc9c13de6995ca6599bbbb87c
> ---
>  gnu/packages/gl.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
191a4bfe1a4adfa2683281fd5c08c6c0e17899ad.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-09 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-07 20:46 [bug#70264] [PATCH] gnu: glmark2: Update to 2023.01 Wilko Meyer
2024-04-09 17:12 ` bug#70264: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.