summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVinicius Monego <[email protected]>2024-11-23 08:11:32 -0300
committerVinicius Monego <[email protected]>2024-12-21 14:52:59 -0300
commitda6fc1750e377f3cf1a78b4e36de12d7c81a79e9 (patch)
tree9c243abe1cdb3f64aa1f312554abd79ebe1e4538 /gnu/packages
parentb06b41392926ef34b2a5335007a761227d905a60 (diff)
gnu: blender: Update to 3.6.19.
* gnu/packages/graphics.scm (blender): Update to 3.6.19. Change-Id: I8029ffd3f6670fbf04bb0b86b974320b31c14ca8
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/graphics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index cef7ea4c6a..f17511dc94 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -527,14 +527,14 @@ typically encountered in feature film production.")
(define-public blender
(package
(name "blender")
- (version "3.6.13") ;3.6.x is the current LTS version
+ (version "3.6.19") ;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
- "1sx2yz1y37h8g2p6k8cjf2935p3nlvn9nvjc9yfzp79bg4ypfpbz"))))
+ "0mx5q3kb3bgx8ni4qpy02gc4kx3cc1zqc5p5vkrdggis3rk3k76h"))))
(build-system cmake-build-system)
(arguments
(list