gnu: tinygltf: Update to 2.9.6.

* gnu/packages/graphics.scm (tinygltf): Update to 2.9.6.

Change-Id: I1e4283fc253a9c01800643a5157b37c5cbc0dec9
This commit is contained in:
Maxim Cournoyer 2025-07-24 14:08:41 +09:00
parent 632856d9a5
commit 9d1f9a867d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2811,7 +2811,7 @@ and build scripts for the OpenXR loader.")
(define-public tinygltf (define-public tinygltf
(package (package
(name "tinygltf") (name "tinygltf")
(version "2.9.5") (version "2.9.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2820,7 +2820,7 @@ and build scripts for the OpenXR loader.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0gx4wa0kxhig3wjn8v14dbjxl15xn0srkfxb5szzhrl06dv0nszc")) (base32 "0xh94bnxz5dffq9g2fdfhxfy0lkyb9qhbnh583gbqkfysmyp3l6x"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet #~(begin (snippet #~(begin
(for-each delete-file-recursively (for-each delete-file-recursively