guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Blender: Update to 2.83.0.


From: guix-commits
Subject: branch master updated: gnu: Blender: Update to 2.83.0.
Date: Mon, 08 Jun 2020 14:46:13 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 933abfb  gnu: Blender: Update to 2.83.0.
933abfb is described below

commit 933abfba365b03a146b1898d9e785e0daf3ee317
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jun 8 13:55:07 2020 -0400

    gnu: Blender: Update to 2.83.0.
    
    * gnu/packages/graphics.scm (blender): Update to 2.83.0.
---
 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 b2bc63b..44d78c0 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -206,14 +206,14 @@ with the @command{autotrace} utility or as a C library, 
@code{libautotrace}.")
 (define-public blender
   (package
     (name "blender")
-    (version "2.82a")
+    (version "2.83.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.blender.org/source/";
                                   "blender-" version ".tar.xz"))
               (sha256
                (base32
-                "18zbdgas6qf2kmvvlimxgnq7y9kj7hdxcgixrs6fj50x40q01q2d"))))
+                "07rzm4xaj94pjxy2vlqfhi1adsqpshfkrzrq8kljmcbnw22vrqhl"))))
     (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]