gnu: blender: Update to 3.3.5.

* gnu/packages/graphics.scm (blender): Update to 3.3.5.
This commit is contained in:
Maxim Cournoyer 2023-03-31 13:05:27 -04:00
parent b1c4c249ab
commit e8d163b49a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -480,14 +480,14 @@ (define-public openvdb
(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