[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: VTK: Update to 8.2.0.
From: |
guix-commits |
Subject: |
09/12: gnu: VTK: Update to 8.2.0. |
Date: |
Thu, 31 Jan 2019 15:21:57 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 8f8bc4067712aea46e1a24b3ad5df6db5add4972
Author: Marius Bakke <address@hidden>
Date: Wed Jan 30 20:59:22 2019 +0100
gnu: VTK: Update to 8.2.0.
* gnu/packages/image-processing.scm (vtk): Update to 8.2.0.
---
gnu/packages/image-processing.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index 861a3a9..233fea8 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -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.
- branch master updated (9117d6d -> 8424359), guix-commits, 2019/01/31
- 04/12: gnu: libwebp: Update to 1.0.2., guix-commits, 2019/01/31
- 03/12: gnu: p11-kit: Update to 0.23.15., guix-commits, 2019/01/31
- 07/12: gnu: whois: Update to 5.4.1., guix-commits, 2019/01/31
- 08/12: gnu: VTK: Use HTTPS URLs., guix-commits, 2019/01/31
- 09/12: gnu: VTK: Update to 8.2.0.,
guix-commits <=
- 06/12: gnu: json-modern-cxx: Fetch from git., guix-commits, 2019/01/31
- 01/12: gnu: msmtp: Update to 1.8.2., guix-commits, 2019/01/31
- 02/12: gnu: i3-wm: Update to 4.16.1., guix-commits, 2019/01/31
- 05/12: gnu: httpd: Update to 2.4.38., guix-commits, 2019/01/31
- 10/12: gnu: address@hidden: Update to 1.11.12., guix-commits, 2019/01/31
- 11/12: gnu: hwloc: Update to 2.0.3., guix-commits, 2019/01/31
- 12/12: gnu: lookingglass: Download from git., guix-commits, 2019/01/31