guix-patches
[Top][All Lists]
Advanced

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

[bug#52903] [PATCH] gnu: blender: Update to 3.0.0.


From: raingloom
Subject: [bug#52903] [PATCH] gnu: blender: Update to 3.0.0.
Date: Thu, 30 Dec 2021 20:05:16 +0100

* gnu/packages/graphics.scm (blender): Update to 3.0.0.
[inputs]: Add zstd.
---
 gnu/packages/graphics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 574c498b7e..2090554189 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -409,14 +409,14 @@ (define-public openvdb
 (define-public blender
   (package
     (name "blender")
-    (version "2.93.6")
+    (version "3.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
"https://download.blender.org/source/"; "blender-" version ".tar.xz"))
               (sha256
                (base32
-
"19i84bh8jiamf38fj9p24q8w8fhg3hhl49940dh74h4flyfyqfg7"))))
+
"1jzirg60c2lhln78a7phbsk2ssvcdqxqb3awp895m0pqrlmz7w2h"))))
(build-system cmake-build-system) (arguments
       (let ((python-version (version-major+minor (package-version
python)))) @@ -500,6 +500,7 @@ (define-public blender
        ("openvdb" ,openvdb)
        ("tbb" ,tbb-2020)
        ("zlib" ,zlib)
+       ("zstd" ,zstd "lib")
        ("embree" ,embree)))
     (home-page "https://blender.org/";)
     (synopsis "3D graphics creation suite")
-- 
2.34.0





reply via email to

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