diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-24 14:08:41 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-01 11:47:41 +0900 |
commit | 9d1f9a867dc4f8c714bcb2642ecf7dc5ec5028bc (patch) | |
tree | 80993d09d4b942b00578c8d773e2064d513e641d /gnu/packages | |
parent | 632856d9a5416dfe6de7b227422c2da1ee8d67ee (diff) |
gnu: tinygltf: Update to 2.9.6.
* gnu/packages/graphics.scm (tinygltf): Update to 2.9.6.
Change-Id: I1e4283fc253a9c01800643a5157b37c5cbc0dec9
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index ea63e5f499..09b69091ff 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -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 |