gnu: assimp: Update to 5.4.3.

* gnu/packages/graphics.scm (assimp): Update to 5.4.3.

Change-Id: I56f3d62f2dd29d73a79ee0b1fda5b8a86dfb343c
This commit is contained in:
Zheng Junjie 2024-09-18 14:24:28 +08:00
parent 33b4ac1234
commit 54f3765740
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -664,7 +664,7 @@ and export to various formats including the format used by Magicavoxel.")
(define-public assimp (define-public assimp
(package (package
(name "assimp") (name "assimp")
(version "5.2.5") (version "5.4.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0j0pd279n6xyy95x782ha8j75kbx0ck7vs5wv3krhbyfim9bw64l")))) "097fxq0frb2nl6bp8wz7kjx6vq4i4117wwq9fnxzkiij9xwv3cq9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list zlib)) (list zlib))