gnu: VTK: Update to 8.2.0.
authorMarius Bakke <mbakke@fastmail.com>
Wed, 30 Jan 2019 19:59:22 +0000 (20:59 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Thu, 31 Jan 2019 19:57:21 +0000 (20:57 +0100)
* gnu/packages/image-processing.scm (vtk): Update to 8.2.0.

gnu/packages/image-processing.scm

index 861a3a9..233fea8 100644 (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.