guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: blender: Update to 2.83.4.


From: guix-commits
Subject: 01/06: gnu: blender: Update to 2.83.4.
Date: Tue, 18 Aug 2020 00:00:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 01af05bf0bc8d46ff67d79fad662ed0eb23eda47
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 17 00:07:14 2020 +0200

    gnu: blender: Update to 2.83.4.
    
    * gnu/packages/graphics.scm (blender): Update to 2.83.4.
---
 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 c7fefbd..d484a8b 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -212,14 +212,14 @@ with the @command{autotrace} utility or as a C library, 
@code{libautotrace}.")
 (define-public blender
   (package
     (name "blender")
-    (version "2.83.3")
+    (version "2.83.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.blender.org/source/";
                                   "blender-" version ".tar.xz"))
               (sha256
                (base32
-                "18m27abp4j3xv48dr6ddr2mqcvx2vkjffr487z90059yv9k0yh2p"))))
+                "1y4phkzrxy17kpjbg0jbz1236nw8w8p006x1crbqmvwz8wd3dm46"))))
     (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]