1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 22:20:38 +02:00

gnu: arpack-ng: Update to 3.6.2.

* gnu/packages/maths.scm (arpack-ng): Update to 3.6.2.
This commit is contained in:
Marius Bakke
2018-09-03 19:01:32 +02:00
parent 91bb495b85
commit c702749dfd

View File

@@ -459,7 +459,7 @@ computing convex hulls.")
(define-public arpack-ng
(package
(name "arpack-ng")
(version "3.5.0")
(version "3.6.2")
(home-page "https://github.com/opencollab/arpack-ng")
(source
(origin
@@ -468,7 +468,7 @@ computing convex hulls.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0f8jx3fifmj9qdp289zr7r651y1q48k1jya859rqxq62mvis7xsh"))))
"16jrvdl0gh78rrfnvrcxwys4slwfh6qmwwjhfc9d6vwrvq184g37"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)