gnu: Blender: Update to 2.80.

* gnu/packages/graphics.scm (blender): Update to 2.80.
This commit is contained in:
Leo Famulari 2019-07-30 18:30:32 -04:00
parent ffbaefc71a
commit 274ba54e53
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -80,16 +80,14 @@ (define-module (gnu packages graphics)
(define-public blender (define-public blender
(package (package
(name "blender") (name "blender")
(version "v2.80-rc1") (version "2.80")
(source (origin (source (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://download.blender.org/source/"
(url "https://git.blender.org/blender.git") "blender-" version ".tar.gz"))
(commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"11dcf0rjq42mpphk8r8cy7gvhzzl1cj1vslp98ibh8sdjzaz2mdq")))) "1h550jisdbis50hxwk5kxrvrk1a6sh2fsri3yyj66vhzbi87x7fd"))))
(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))))