gnu: Blender: Update to 2.80.
* gnu/packages/graphics.scm (blender): Update to 2.80.
This commit is contained in:
parent
ffbaefc71a
commit
274ba54e53
1 changed files with 5 additions and 7 deletions
|
@ -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))))
|
||||||
|
|
Loading…
Reference in a new issue