summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-09-19 15:13:59 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-09-19 15:20:21 +0200
commitf03c4ec64987a339084cd1d43a0c1e402174355b (patch)
treee97dfa800e49cd4ebedb37ed71cdd22c81c2d8c1 /gnu
parent622ef2b90aceeb20bddbd168ea4383ba9acbfca0 (diff)
downloadguix-f03c4ec64987a339084cd1d43a0c1e402174355b.tar.gz
gnu: arpack-ng: Update to 3.6.3.
* gnu/packages/maths.scm (arpack-ng): Update to 3.6.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b9f36600d8..e51afb3bb9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -460,7 +460,7 @@ computing convex hulls.")
 (define-public arpack-ng
   (package
     (name "arpack-ng")
-    (version "3.6.2")
+    (version "3.6.3")
     (home-page "https://github.com/opencollab/arpack-ng")
     (source (origin
               (method git-fetch)
@@ -468,7 +468,7 @@ computing convex hulls.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08yg5rbsnrni9v04x5a8frav6yp7x6lwvai5j93a37b1p59jsgsl"))))
+                "1wljl96yqxc9v8r49c37lscwkdp58kaacfb9p6s6nvpm31haax4y"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)