gnu: blender: Update to 2.82a.

* gnu/packages/graphics.scm (blender): Update to 2.82a.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-14 03:24:10 +01:00
parent 954bfbdf77
commit ec4c170f94
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -88,14 +88,14 @@ (define-module (gnu packages graphics)
(define-public blender (define-public blender
(package (package
(name "blender") (name "blender")
(version "2.82") (version "2.82a")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.blender.org/source/" (uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.xz")) "blender-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0rgw8nilvn6k6r7p28y2l1rwpami1cc8xz473jaahn7wa4ndyah0")))) "18zbdgas6qf2kmvvlimxgnq7y9kj7hdxcgixrs6fj50x40q01q2d"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(let ((python-version (version-major+minor (package-version python)))) (let ((python-version (version-major+minor (package-version python))))