mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tinygltf: Update to 2.9.5.
* gnu/packages/graphics.scm (tinygltf): Update to 2.9.5. Change-Id: I680a26da98f26ed4c25de614954b59cf4d5833d3
This commit is contained in:
parent
9afe05fd57
commit
ae17a601d9
1 changed files with 2 additions and 2 deletions
|
@ -2587,7 +2587,7 @@ and build scripts for the OpenXR loader.")
|
||||||
(define-public tinygltf
|
(define-public tinygltf
|
||||||
(package
|
(package
|
||||||
(name "tinygltf")
|
(name "tinygltf")
|
||||||
(version "2.8.21")
|
(version "2.9.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2596,7 +2596,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 "14712lndwlk4y001jxf2rxhwrw0w5gbc2hyh9kpik1galdzg41ii"))
|
(base32 "0gx4wa0kxhig3wjn8v14dbjxl15xn0srkfxb5szzhrl06dv0nszc"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet #~(begin
|
(snippet #~(begin
|
||||||
(for-each delete-file-recursively
|
(for-each delete-file-recursively
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue