guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: blender: Update to 2.93.6.


From: guix-commits
Subject: 02/03: gnu: blender: Update to 2.93.6.
Date: Sun, 21 Nov 2021 12:39:10 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 48d38125c20daa7d89f25245e4463df41e6c957f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 21 17:26:25 2021 +0100

    gnu: blender: Update to 2.93.6.
    
    * gnu/packages/graphics.scm (blender): Update to 2.93.6.
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 4014af1..725cbc8 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -424,14 +424,14 @@ typically encountered in feature film production.")
 (define-public blender
   (package
     (name "blender")
-    (version "2.92.0")
+    (version "2.93.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.blender.org/source/";
                                   "blender-" version ".tar.xz"))
               (sha256
                (base32
-                "15a5vffn18a920286x0avbc2rap56k6y531wgibq68r90g2cz4g7"))))
+                "19i84bh8jiamf38fj9p24q8w8fhg3hhl49940dh74h4flyfyqfg7"))))
     (build-system cmake-build-system)
     (arguments
       (let ((python-version (version-major+minor (package-version python))))



reply via email to

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