mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
632856d9a5
commit
9d1f9a867d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue