mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01: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:
parent
91bb495b85
commit
c702749dfd
1 changed files with 2 additions and 2 deletions
|
@ -459,7 +459,7 @@ (define-public cddlib
|
|||
(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 @@ (define-public arpack-ng
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f8jx3fifmj9qdp289zr7r651y1q48k1jya859rqxq62mvis7xsh"))))
|
||||
"16jrvdl0gh78rrfnvrcxwys4slwfh6qmwwjhfc9d6vwrvq184g37"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue