gnu: VTK: Update to 8.2.0.

* gnu/packages/image-processing.scm (vtk): Update to 8.2.0.
master
Marius Bakke 2019-01-30 20:59:22 +01:00
parent f1d4f264a2
commit 8f8bc40677
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ of external libraries that provide additional functionality.")
(define-public vtk
(package
(name "vtk")
(version "7.1.0")
(version "8.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://vtk.org/files/release/"
@ -163,7 +163,7 @@ of external libraries that provide additional functionality.")
"/VTK-" version ".tar.gz"))
(sha256
(base32
"0yj96z58haan77gzilnqp7xpf8hg5jk11a3jx55p2ksd400s0gjz"))))
"1fspgp8k0myr6p2a6wkc21ldcswb4bvmb484m12mxgk1a9vxrhrl"))))
(build-system cmake-build-system)
(arguments
'(#:build-type "Release" ;Build without '-g' to save space.