gnu: blender: Update to 3.6.13.

* gnu/packages/graphics.scm (blender): Update to 3.6.13.

Change-Id: Id18c3bc36cae18f54b116fa1ac3ff3e67b78f604
This commit is contained in:
Vinicius Monego 2024-05-11 19:17:57 -03:00
parent dc423fe797
commit 5905b47287
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -496,14 +496,14 @@ (define-public openvdb
(define-public blender
(package
(name "blender")
(version "3.6.10") ;3.6.x is the current LTS version
(version "3.6.13") ;3.6.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
"1srwr365y40hhpjmfsg52rphdybvin0ay2r23pknm7b9pkpw0wqs"))))
"1sx2yz1y37h8g2p6k8cjf2935p3nlvn9nvjc9yfzp79bg4ypfpbz"))))
(build-system cmake-build-system)
(arguments
(list