gnu: blender: Update to 2.83.5.

* gnu/packages/graphics.scm (blender): Update to 2.83.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-20 05:06:56 +02:00
parent 9372337f62
commit 9c5e3fb6a5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -428,14 +428,14 @@ with the @command{autotrace} utility or as a C library, @code{libautotrace}.")
(define-public blender
(package
(name "blender")
(version "2.83.4")
(version "2.83.5")
(source (origin
(method url-fetch)
(uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.xz"))
(sha256
(base32
"1y4phkzrxy17kpjbg0jbz1236nw8w8p006x1crbqmvwz8wd3dm46"))))
"0xyawly00a59hfdb6b7va84k5fhcv2mxnzd77vs22bzi9y7sap43"))))
(build-system cmake-build-system)
(arguments
(let ((python-version (version-major+minor (package-version python))))