summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-18 14:24:28 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-18 17:39:05 +0800
commit54f37657408ca06640472206146f3df6f3128fab (patch)
tree52b4a619dc8415ac5d080a543e2330552c92e609
parent33b4ac12340044b76b8ee8fe223fe50e86aff6df (diff)
gnu: assimp: Update to 5.4.3.
* gnu/packages/graphics.scm (assimp): Update to 5.4.3. Change-Id: I56f3d62f2dd29d73a79ee0b1fda5b8a86dfb343c
-rw-r--r--gnu/packages/graphics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 3d038022453..edaa905c7aa 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.")
664(define-public assimp 664(define-public assimp
665 (package 665 (package
666 (name "assimp") 666 (name "assimp")
667 (version "5.2.5") 667 (version "5.4.3")
668 (source (origin 668 (source (origin
669 (method git-fetch) 669 (method git-fetch)
670 (uri (git-reference 670 (uri (git-reference
@@ -673,7 +673,7 @@ and export to various formats including the format used by Magicavoxel.")
673 (file-name (git-file-name name version)) 673 (file-name (git-file-name name version))
674 (sha256 674 (sha256
675 (base32 675 (base32
676 "0j0pd279n6xyy95x782ha8j75kbx0ck7vs5wv3krhbyfim9bw64l")))) 676 "097fxq0frb2nl6bp8wz7kjx6vq4i4117wwq9fnxzkiij9xwv3cq9"))))
677 (build-system cmake-build-system) 677 (build-system cmake-build-system)
678 (inputs 678 (inputs
679 (list zlib)) 679 (list zlib))