[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/27: gnu: blender: Update to 2.82.
From: |
guix-commits |
Subject: |
02/27: gnu: blender: Update to 2.82. |
Date: |
Sun, 16 Feb 2020 16:59:23 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 8db20f2dddaf25d68564f9999cbe117e3cd19ace
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Feb 15 16:53:21 2020 +0100
gnu: blender: Update to 2.82.
* gnu/packages/graphics.scm (blender): Update to 2.82.
[arguments]: Uncomment ‘fix-broken-import’ phase.
---
gnu/packages/graphics.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index a7ea619..9aa0e13 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -88,14 +88,14 @@
(define-public blender
(package
(name "blender")
- (version "2.81a")
+ (version "2.82")
(source (origin
(method url-fetch)
(uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.xz"))
(sha256
(base32
- "1zl0ar95qkxsrbqw9miz2hrjijlqjl06vg3clfk9rm7krr2l3b2j"))))
+ "0rgw8nilvn6k6r7p28y2l1rwpami1cc8xz473jaahn7wa4ndyah0"))))
(build-system cmake-build-system)
(arguments
(let ((python-version (version-major+minor (package-version python))))
@@ -127,11 +127,11 @@
(modify-phases %standard-phases
;; XXX This file doesn't exist in the Git sources but will probably
;; exist in the eventual 2.80 source tarball.
-; (add-after 'unpack 'fix-broken-import
-; (lambda _
-; (substitute* "release/scripts/addons/io_scene_fbx/json2fbx.py"
-; (("import encode_bin") "from . import encode_bin"))
-; #t))
+ (add-after 'unpack 'fix-broken-import
+ (lambda _
+ (substitute* "release/scripts/addons/io_scene_fbx/json2fbx.py"
+ (("import encode_bin") "from . import encode_bin"))
+ #t))
(add-after 'set-paths 'add-ilmbase-include-path
(lambda* (#:key inputs #:allow-other-keys)
;; OpenEXR propagates ilmbase, but its include files do not
appear
- branch master updated (f468df9 -> d39885a), guix-commits, 2020/02/16
- 03/27: gnu: Remove blender@2.79b., guix-commits, 2020/02/16
- 01/27: gnu: Add rtl8812au-aircrack-ng-linux-module., guix-commits, 2020/02/16
- 06/27: gnu: boinc-client: Trim synopsis., guix-commits, 2020/02/16
- 02/27: gnu: blender: Update to 2.82.,
guix-commits <=
- 05/27: gnu: boinc-client: Update to 7.16.4., guix-commits, 2020/02/16
- 07/27: gnu: ddclient: Update to 3.9.1., guix-commits, 2020/02/16
- 09/27: gnu: camlp5: Update to 7.11., guix-commits, 2020/02/16
- 08/27: gnu: ddclient: Update home page., guix-commits, 2020/02/16
- 04/27: gnu: noise-repellent: Update to 0.1.5., guix-commits, 2020/02/16
- 11/27: gnu: lttoolbox: Remove redundant FILE-NAME., guix-commits, 2020/02/16
- 13/27: gnu: sbsigntools: Update to 0.9.3., guix-commits, 2020/02/16
- 14/27: gnu: fasm: Update to 1.73.22., guix-commits, 2020/02/16
- 15/27: gnu: fio: Update to 3.18., guix-commits, 2020/02/16
- 20/27: gnu: libmicrohttpd: Update to 0.9.70., guix-commits, 2020/02/16