[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))))
- branch master updated (989d564 -> 71441a3), guix-commits, 2020/03/13
- 01/07: gnu: ncftp: Use HTTPS home page., guix-commits, 2020/03/13
- 02/07: gnu: vim-scheme: Use HTTPS home page., guix-commits, 2020/03/13
- 03/07: gnu: iodine: Use HTTPS home page., guix-commits, 2020/03/13
- 05/07: gnu: cdparanoia: Use HTTPS home page., guix-commits, 2020/03/13
- 04/07: gnu: scm: Use HTTPS home page., guix-commits, 2020/03/13
- 06/07: gnu: blender: Update to 2.82a.,
guix-commits <=
- 07/07: gnu: hyperestraier: Use HTTPS home page., guix-commits, 2020/03/13