This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f0684b6093 gnu: blender: Update to 3.6.23.
f0684b6093 is described below
commit f0684b6093deb869ddab4a097e7df60cf8b0899a
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Oct 25 18:55:00 2025 +0200
gnu: blender: Update to 3.6.23.
* gnu/packages/graphics.scm (blender): Update to 3.6.23.
[inputs]: Replace ffmpeg-5 by ffmpeg-6.
Change-Id: I6dc17a140bca3f60a697546fe28dd63d9d278fb4
---
gnu/packages/graphics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index ac861f1ef6..3702e4e347 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -657,14 +657,14 @@ typically encountered in feature film production.")
(define-public blender
(package
(name "blender")
- (version "3.6.19") ;4.2.x+ requires Python >= 3.12
+ (version "3.6.23") ;4.2.x+ requires Python >= 3.12
(source (origin
(method url-fetch)
(uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.xz"))
(sha256
(base32
- "0mx5q3kb3bgx8ni4qpy02gc4kx3cc1zqc5p5vkrdggis3rk3k76h"))))
+ "16ah70kqznxz60n39d4hnlnwh1vi7xn9kx37di708n03l5bn6mmw"))))
(build-system cmake-build-system)
(arguments
(list
@@ -720,7 +720,7 @@ typically encountered in feature film production.")
bullet
eigen
embree
- ffmpeg-5
+ ffmpeg-6
fftw
freetype-with-brotli
glew