mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
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:
@@ -2811,7 +2811,7 @@ and build scripts for the OpenXR loader.")
|
||||
(define-public tinygltf
|
||||
(package
|
||||
(name "tinygltf")
|
||||
(version "2.9.5")
|
||||
(version "2.9.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -2820,7 +2820,7 @@ and build scripts for the OpenXR loader.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gx4wa0kxhig3wjn8v14dbjxl15xn0srkfxb5szzhrl06dv0nszc"))
|
||||
(base32 "0xh94bnxz5dffq9g2fdfhxfy0lkyb9qhbnh583gbqkfysmyp3l6x"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet #~(begin
|
||||
(for-each delete-file-recursively
|
||||
|
||||
Reference in New Issue
Block a user