guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: blender: Update to 2.82a.


From: guix-commits
Subject: 06/07: gnu: blender: Update to 2.82a.
Date: Fri, 13 Mar 2020 22:58:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ec4c170f947f90ad26fb657d23290fd07c7d0459
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 14 03:24:10 2020 +0100

    gnu: blender: Update to 2.82a.
    
    * gnu/packages/graphics.scm (blender): Update to 2.82a.
---
 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 c30f23d..15dc92e 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -88,14 +88,14 @@
 (define-public blender
   (package
     (name "blender")
-    (version "2.82")
+    (version "2.82a")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.blender.org/source/";
                                   "blender-" version ".tar.xz"))
               (sha256
                (base32
-                "0rgw8nilvn6k6r7p28y2l1rwpami1cc8xz473jaahn7wa4ndyah0"))))
+                "18zbdgas6qf2kmvvlimxgnq7y9kj7hdxcgixrs6fj50x40q01q2d"))))
     (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]