Skip to content
Snippets Groups Projects
Unverified Commit e21793fb authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: blender: Update to 2.83.3.

* gnu/packages/graphics.scm (blender): Update to 2.83.3.
parent 07af5c5e
No related branches found
No related tags found
No related merge requests found
......@@ -206,14 +206,14 @@ (define-public autotrace
(define-public blender
(package
(name "blender")
(version "2.83.0")
(version "2.83.3")
(source (origin
(method url-fetch)
(uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.xz"))
(sha256
(base32
"07rzm4xaj94pjxy2vlqfhi1adsqpshfkrzrq8kljmcbnw22vrqhl"))))
"18m27abp4j3xv48dr6ddr2mqcvx2vkjffr487z90059yv9k0yh2p"))))
(build-system cmake-build-system)
(arguments
(let ((python-version (version-major+minor (package-version python))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment