gnu: lapack: Fix hash of release 3.7.1
Apparently the release was modified (cleaned-up) in-place. An issue was opened at https://github.com/Reference-LAPACK/lapack-release/issues/4. * gnu/packages/maths.scm (lapack): Fix sha256 hash. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
ca8fb248de
commit
7c0d4c3a6b
|
@ -437,7 +437,7 @@ large scale eigenvalue problems.")
|
|||
version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yavf6m9l78pwlnk5g61cg8x28mr30j0g8gkai0jrdqfjjmf3whs"))))
|
||||
"1j51r7n5w4k7r3lrvy7710xrpkg40wf4rqnmngfz6ck9ypckzign"))))
|
||||
(build-system cmake-build-system)
|
||||
(home-page "http://www.netlib.org/lapack/")
|
||||
(inputs `(("fortran" ,gfortran)
|
||||
|
|
Loading…
Reference in New Issue