diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-18 14:24:28 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-18 17:39:05 +0800 |
commit | 54f37657408ca06640472206146f3df6f3128fab (patch) | |
tree | 52b4a619dc8415ac5d080a543e2330552c92e609 /gnu/packages | |
parent | 33b4ac12340044b76b8ee8fe223fe50e86aff6df (diff) | |
download | guix-54f37657408ca06640472206146f3df6f3128fab.tar.gz guix-54f37657408ca06640472206146f3df6f3128fab.zip |
gnu: assimp: Update to 5.4.3.
* gnu/packages/graphics.scm (assimp): Update to 5.4.3.
Change-Id: I56f3d62f2dd29d73a79ee0b1fda5b8a86dfb343c
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 3d03802245..edaa905c7a 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -664,7 +664,7 @@ and export to various formats including the format used by Magicavoxel.") (define-public assimp (package (name "assimp") - (version "5.2.5") + (version "5.4.3") (source (origin (method git-fetch) (uri (git-reference @@ -673,7 +673,7 @@ and export to various formats including the format used by Magicavoxel.") (file-name (git-file-name name version)) (sha256 (base32 - "0j0pd279n6xyy95x782ha8j75kbx0ck7vs5wv3krhbyfim9bw64l")))) + "097fxq0frb2nl6bp8wz7kjx6vq4i4117wwq9fnxzkiij9xwv3cq9")))) (build-system cmake-build-system) (inputs (list zlib)) |