GNU bug report logs - #75991
[PATCH 0/3] Udate Speed Dreams game to 2.4.0-rc1

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Sat, 1 Feb 2025 14:50:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 75991 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 75991 <at> debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH 1/3] gnu: tinygltf: Update to 2.9.3.
Date: Sun,  2 Feb 2025 00:50:44 +0900
* gnu/packages/graphics.scm (tinygltf): Update to 2.9.3.

Change-Id: I680a26da98f26ed4c25de614954b59cf4d5833d3
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 2a5dd4a75c..595e188de1 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2587,7 +2587,7 @@ (define-public openxr
 (define-public tinygltf
   (package
     (name "tinygltf")
-    (version "2.8.21")
+    (version "2.9.3")
     (source
      (origin
        (method git-fetch)
@@ -2596,7 +2596,7 @@ (define-public tinygltf
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14712lndwlk4y001jxf2rxhwrw0w5gbc2hyh9kpik1galdzg41ii"))
+        (base32 "1dhzsffz25fib3362044d8qlnhrav0wf29bbgcdxi42275l6ax5k"))
        (modules '((guix build utils)))
        (snippet #~(begin
                     (for-each delete-file-recursively
-- 
2.47.1





This bug report was last modified 147 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.