gnu: assimp: Update to 3.3.1.
* gnu/packages/graphics.scm (assimp): Update to 3.3.1. [native-inputs]: Remove unzip.
This commit is contained in:
parent
608bf1d38b
commit
5f01e1bbc6
1 changed files with 4 additions and 6 deletions
|
@ -142,20 +142,18 @@ (define-public blender
|
|||
(define-public assimp
|
||||
(package
|
||||
(name "assimp")
|
||||
(version "3.2")
|
||||
(version "3.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/assimp/assimp/archive/v"
|
||||
version ".zip"))
|
||||
(file-name (string-append name "-" version ".zip"))
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11sfahmbwnjjpd8vpzdsng1bx5mb0cmaqb20dz6sdwapqanqwmar"))))
|
||||
"1gy7zlgkf4nmyv8n674p3f30asis0gjz8icyy11i693n13ww71fk"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)))
|
||||
(home-page "http://assimp.org/")
|
||||
(synopsis "Asset import library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue