mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: blender: Update to 2.93.6.
* gnu/packages/graphics.scm (blender): Update to 2.93.6.
This commit is contained in:
parent
3f66b4c266
commit
48d38125c2
1 changed files with 2 additions and 2 deletions
|
@ -424,14 +424,14 @@ (define-public openvdb
|
|||
(define-public blender
|
||||
(package
|
||||
(name "blender")
|
||||
(version "2.92.0")
|
||||
(version "2.93.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.blender.org/source/"
|
||||
"blender-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15a5vffn18a920286x0avbc2rap56k6y531wgibq68r90g2cz4g7"))))
|
||||
"19i84bh8jiamf38fj9p24q8w8fhg3hhl49940dh74h4flyfyqfg7"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(let ((python-version (version-major+minor (package-version python))))
|
||||
|
|
Loading…
Reference in a new issue