guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: blender: Update to 2.83.5.


From: guix-commits
Subject: 03/03: gnu: blender: Update to 2.83.5.
Date: Wed, 19 Aug 2020 23:14:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9c5e3fb6a57548f5dab24d7452052eae630b6750
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 20 05:06:56 2020 +0200

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