mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: blender: Update to 3.6.13.
* gnu/packages/graphics.scm (blender): Update to 3.6.13. Change-Id: Id18c3bc36cae18f54b116fa1ac3ff3e67b78f604
This commit is contained in:
parent
dc423fe797
commit
5905b47287
1 changed files with 2 additions and 2 deletions
|
@ -496,14 +496,14 @@ (define-public openvdb
|
|||
(define-public blender
|
||||
(package
|
||||
(name "blender")
|
||||
(version "3.6.10") ;3.6.x is the current LTS version
|
||||
(version "3.6.13") ;3.6.x is the current LTS version
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.blender.org/source/"
|
||||
"blender-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1srwr365y40hhpjmfsg52rphdybvin0ay2r23pknm7b9pkpw0wqs"))))
|
||||
"1sx2yz1y37h8g2p6k8cjf2935p3nlvn9nvjc9yfzp79bg4ypfpbz"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue