From da6fc1750e377f3cf1a78b4e36de12d7c81a79e9 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sat, 23 Nov 2024 08:11:32 -0300 Subject: gnu: blender: Update to 3.6.19. * gnu/packages/graphics.scm (blender): Update to 3.6.19. Change-Id: I8029ffd3f6670fbf04bb0b86b974320b31c14ca8 --- gnu/packages/graphics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index cef7ea4c6ad..f17511dc940 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 -- cgit v1.3