guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: blender: Update to 2.91.0.


From: guix-commits
Subject: 02/02: gnu: blender: Update to 2.91.0.
Date: Sat, 16 Jan 2021 15:42:04 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 2a333f2535a65bfa3607ef50591e9f5dbc6970d1
Author: Christopher Lemmer Webber <cwebber@dustycloud.org>
AuthorDate: Wed Jan 13 14:46:23 2021 -0500

    gnu: blender: Update to 2.91.0.
    
    * gnu/packages/graphics.scm (blender): Update to 2.91.0.
    [inputs]: Add embree.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/graphics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 84dcf16..246933b 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -461,14 +461,14 @@ applications.")
 (define-public blender
   (package
     (name "blender")
-    (version "2.83.9")
+    (version "2.91.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.blender.org/source/";
                                   "blender-" version ".tar.xz"))
               (sha256
                (base32
-                "106w9vi6z0gi2nbr73g8pm40w3wn7dkjcibzvvzbc786yrnzvkhb"))))
+                "0x396lgmk0dq9115yrc36s8zwxzmjr490sr5n2y6w27y17yllyjm"))))
     (build-system cmake-build-system)
     (arguments
       (let ((python-version (version-major+minor (package-version python))))
@@ -540,7 +540,8 @@ applications.")
        ("python" ,python)
        ("python-numpy" ,python-numpy)
        ("tbb" ,tbb)
-       ("zlib" ,zlib)))
+       ("zlib" ,zlib)
+       ("embree" ,embree)))
     (home-page "https://blender.org/";)
     (synopsis "3D graphics creation suite")
     (description



reply via email to

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