guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: assimp: Update to 3.3.1.


From: Efraim Flashner
Subject: 09/09: gnu: assimp: Update to 3.3.1.
Date: Sat, 15 Oct 2016 20:23:10 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 5f01e1bbc67fc21e9314d39f0a37064cced8bb85
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 15 23:11:01 2016 +0300

    gnu: assimp: Update to 3.3.1.
    
    * gnu/packages/graphics.scm (assimp): Update to 3.3.1.
    [native-inputs]: Remove unzip.
---
 gnu/packages/graphics.scm |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 930e198..6495341 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -142,20 +142,18 @@ application can be customized via its API for Python 
scripting.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]