[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
287/416: gnu: blender: Update to 3.3.5.
From: |
guix-commits |
Subject: |
287/416: gnu: blender: Update to 3.3.5. |
Date: |
Fri, 14 Apr 2023 15:26:05 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit e8d163b49ad7bf4912ee5fbfdc2f043e19c68b88
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Mar 31 13:05:27 2023 -0400
gnu: blender: Update to 3.3.5.
* gnu/packages/graphics.scm (blender): Update to 3.3.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 befc09b6df..12b6c94932 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -480,14 +480,14 @@ typically encountered in feature film production.")
(define-public blender
(package
(name "blender")
- (version "3.3.1")
+ (version "3.3.5") ;3.3.x is the current LTS version
(source (origin
(method url-fetch)
(uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.xz"))
(sha256
(base32
- "1jlc26axbhh97d2j6kfg9brgiq8j412mgmw7p41ah34apzq4inia"))))
+ "1pwl4lbc00g0bj97rd8l9fnrv3w1gny9ci6mrma3pp2acgs56502"))))
(build-system cmake-build-system)
(arguments
(list
- 308/416: gnu: qtbase: Disable the "tst_qobjectrace" test., (continued)
- 308/416: gnu: qtbase: Disable the "tst_qobjectrace" test., guix-commits, 2023/04/14
- 310/416: gnu: rust-pyo3-macros-backend-0.15: Update to 0.15.2., guix-commits, 2023/04/14
- 332/416: gnu: rust-pin-project-1: Update to 1.0.12., guix-commits, 2023/04/14
- 333/416: gnu: rust-pin-project-internal-1: Update to 1.0.12., guix-commits, 2023/04/14
- 335/416: gnu: rust-futures-0.3: Update to 0.3.26., guix-commits, 2023/04/14
- 336/416: gnu: rust-futures-channel-0.3: Update to 0.3.26., guix-commits, 2023/04/14
- 338/416: gnu: rust-futures-executor-0.3: Update to 0.3.26., guix-commits, 2023/04/14
- 342/416: gnu: rust-futures-test-0.3: Update to 0.3.26., guix-commits, 2023/04/14
- 352/416: gnu: python-pint: Use python-pytest-7.1., guix-commits, 2023/04/14
- 354/416: gnu: python-cryptography: Update to 40.0.1 [fixes CVE-2023-23931]., guix-commits, 2023/04/14
- 287/416: gnu: blender: Update to 3.3.5.,
guix-commits <=
- 195/416: gnu: rust-cargo-platform-0.1: Update to 0.1.2., guix-commits, 2023/04/14
- 210/416: gnu: gstreamer: Update to 1.22.1., guix-commits, 2023/04/14
- 211/416: gnu: gstreamer-docs: Update to 1.22.1., guix-commits, 2023/04/14
- 227/416: build: qt-utils: Revert setting QT_PLUGIN_PATH exactly., guix-commits, 2023/04/14
- 232/416: gnu: qtx11extras: Update to 5.15.8., guix-commits, 2023/04/14
- 242/416: gnu: qtwebchannel-5: Update to 5.15.8., guix-commits, 2023/04/14
- 244/416: gnu: qtwebview: Update to 5.15.8., guix-commits, 2023/04/14
- 246/416: gnu: qttools-5: Update to 5.15.8., guix-commits, 2023/04/14
- 252/416: gnu: qtscxml: Update to 5.15.8., guix-commits, 2023/04/14
- 270/416: gnu: hdf5@1.10: Update to 1.10.9., guix-commits, 2023/04/14