gnu: blender: Update to 2.83.4.

* gnu/packages/graphics.scm (blender): Update to 2.83.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-17 00:07:14 +02:00
parent 2a20c22dcf
commit 01af05bf0b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -212,14 +212,14 @@ (define-public autotrace
(define-public blender
(package
(name "blender")
(version "2.83.3")
(version "2.83.4")
(source (origin
(method url-fetch)
(uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.xz"))
(sha256
(base32
"18m27abp4j3xv48dr6ddr2mqcvx2vkjffr487z90059yv9k0yh2p"))))
"1y4phkzrxy17kpjbg0jbz1236nw8w8p006x1crbqmvwz8wd3dm46"))))
(build-system cmake-build-system)
(arguments
(let ((python-version (version-major+minor (package-version python))))