me
/
guix
Archived
1
0
Fork 0

gnu: Blender: Update to 2.80-rc1.

* gnu/packages/graphics.scm (blender): Update to 2.80-rc1.
master
Leo Famulari 2019-07-12 15:55:26 -04:00
parent 04d52b1a95
commit dd9c137b2c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 5 additions and 7 deletions

View File

@ -78,20 +78,18 @@
#:use-module (guix utils)) #:use-module (guix utils))
(define-public blender (define-public blender
(let ((revision "0")
(commit "3c3d80ea22af15e13237f978181a881b90c41e7c"))
(package (package
(name "blender") (name "blender")
(version (git-version "2.80-beta" revision commit)) (version "v2.80-rc1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.blender.org/blender.git") (url "https://git.blender.org/blender.git")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1hhn8pf3a5556mxyrb2ggsiy6q0h75hnkdpcgq9b6vg284jl2l4q")))) "11dcf0rjq42mpphk8r8cy7gvhzzl1cj1vslp98ibh8sdjzaz2mdq"))))
(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))))
@ -166,8 +164,8 @@ the 3D pipeline—modeling, rigging, animation, simulation, rendering,
compositing and motion tracking, even video editing and game creation. The compositing and motion tracking, even video editing and game creation. The
application can be customized via its API for Python scripting. application can be customized via its API for Python scripting.
WARNING: This is a beta build of Blender.") WARNING: This is a release candidate build of Blender.")
(license license:gpl2+)))) (license license:gpl2+)))
(define-public blender-2.79 (define-public blender-2.79
(package (package