me
/
guix
Archived
1
0
Fork 0

gnu: blender: Update to 2.82a.

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

View File

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