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 @@ application can be customized via its API for Python scripting.")
 | 
				
			||||||
(define-public assimp
 | 
					(define-public assimp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "assimp")
 | 
					    (name "assimp")
 | 
				
			||||||
    (version "3.2")
 | 
					    (version "3.3.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/assimp/assimp/archive/v"
 | 
					              (uri (string-append "https://github.com/assimp/assimp/archive/v"
 | 
				
			||||||
                                  version ".zip"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (file-name (string-append name "-" version ".zip"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "11sfahmbwnjjpd8vpzdsng1bx5mb0cmaqb20dz6sdwapqanqwmar"))))
 | 
					                "1gy7zlgkf4nmyv8n674p3f30asis0gjz8icyy11i693n13ww71fk"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("zlib" ,zlib)))
 | 
					     `(("zlib" ,zlib)))
 | 
				
			||||||
    (native-inputs
 | 
					 | 
				
			||||||
     `(("unzip" ,unzip)))
 | 
					 | 
				
			||||||
    (home-page "http://assimp.org/")
 | 
					    (home-page "http://assimp.org/")
 | 
				
			||||||
    (synopsis "Asset import library")
 | 
					    (synopsis "Asset import library")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue