gnu: assimp: Update to 4.1.0.
* gnu/packages/graphics.scm (assimp): Update to 4.1.0. [source]: Don't use unstable tarball. [home-page]: Update home-page.
This commit is contained in:
parent
3bb3d7f371
commit
2d4514e92c
@ -161,19 +161,20 @@ application can be customized via its API for Python scripting.")
|
|||||||
(define-public assimp
|
(define-public assimp
|
||||||
(package
|
(package
|
||||||
(name "assimp")
|
(name "assimp")
|
||||||
(version "3.3.1")
|
(version "4.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/assimp/assimp/archive/v"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/assimp/assimp.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gy7zlgkf4nmyv8n674p3f30asis0gjz8icyy11i693n13ww71fk"))))
|
"1rhyqfhzifdj7yibyanph3rh13ykw3i98dnn8mz65j780472hw28"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
(home-page "http://assimp.org/")
|
(home-page "http://www.assimp.org/")
|
||||||
(synopsis "Asset import library")
|
(synopsis "Asset import library")
|
||||||
(description
|
(description
|
||||||
"The Open Asset Import Library loads more than 40 3D file formats into
|
"The Open Asset Import Library loads more than 40 3D file formats into
|
||||||
|
Loading…
Reference in New Issue
Block a user