gnu: Blender: Update to 2.80.

* gnu/packages/graphics.scm (blender): Update to 2.80.
master
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
1 changed files with 5 additions and 7 deletions

View File

@ -80,16 +80,14 @@
(define-public blender
(package
(name "blender")
(version "v2.80-rc1")
(version "2.80")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.blender.org/blender.git")
(commit version)))
(file-name (git-file-name name version))
(method url-fetch)
(uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.gz"))
(sha256
(base32
"11dcf0rjq42mpphk8r8cy7gvhzzl1cj1vslp98ibh8sdjzaz2mdq"))))
"1h550jisdbis50hxwk5kxrvrk1a6sh2fsri3yyj66vhzbi87x7fd"))))
(build-system cmake-build-system)
(arguments
(let ((python-version (version-major+minor (package-version python))))