[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: blender: Update to 3.3.5.
From: |
guix-commits |
Subject: |
05/16: gnu: blender: Update to 3.3.5. |
Date: |
Sat, 1 Apr 2023 20:09:59 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit eb169d36e5c8f3c15b7716310c76829451a71fcd
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
- branch staging updated (99b25b1313 -> b8de3dee08), guix-commits, 2023/04/01
- 02/16: gnu: gnunet: Disable flaky tests., guix-commits, 2023/04/01
- 04/16: gnu: blender: Use ffmpeg 5., guix-commits, 2023/04/01
- 06/16: gnu: imgui: Use unsigned int vertex indexes., guix-commits, 2023/04/01
- 05/16: gnu: blender: Update to 3.3.5.,
guix-commits <=
- 01/16: gnu: gnunet: Fix indentation and use gexps., guix-commits, 2023/04/01
- 03/16: gnu: blender: Use gexps and remove labels., guix-commits, 2023/04/01
- 08/16: gnu: openboardview: Update to 9.95.0., guix-commits, 2023/04/01
- 13/16: gnu: Add imgui-1.87., guix-commits, 2023/04/01
- 14/16: gnu: openboardview: Use imgui-1.87., guix-commits, 2023/04/01
- 09/16: gnu: openboardview: Update home page., guix-commits, 2023/04/01
- 11/16: gnu: utf8-h: Install header under include/utf8 prefix., guix-commits, 2023/04/01
- 12/16: gnu: imgui: Use gexp output variables., guix-commits, 2023/04/01
- 16/16: gnu: gnunet: Update to 0.19.4., guix-commits, 2023/04/01
- 07/16: gnu: Add orangeduck-mpc., guix-commits, 2023/04/01