apteryx pushed a commit to branch master
in repository guix.

commit ae17a601d91af6cb8df27c527bc65dbe385480f2
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Nov 3 09:27:54 2024 +0900

    gnu: tinygltf: Update to 2.9.5.
    
    * gnu/packages/graphics.scm (tinygltf): Update to 2.9.5.
    
    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..bb5df59b70 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2587,7 +2587,7 @@ and build scripts for the OpenXR loader.")
 (define-public tinygltf
   (package
     (name "tinygltf")
-    (version "2.8.21")
+    (version "2.9.5")
     (source
      (origin
        (method git-fetch)
@@ -2596,7 +2596,7 @@ and build scripts for the OpenXR loader.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14712lndwlk4y001jxf2rxhwrw0w5gbc2hyh9kpik1galdzg41ii"))
+        (base32 "0gx4wa0kxhig3wjn8v14dbjxl15xn0srkfxb5szzhrl06dv0nszc"))
        (modules '((guix build utils)))
        (snippet #~(begin
                     (for-each delete-file-recursively

Reply via email to