nckx pushed a commit to branch master
in repository guix.
commit 2d2ac742371acf9d02e24ea11c54fb0a3ba56339
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Nov 18 11:38:54 2020 +0100
gnu: eigen: Update to 3.3.8.
* gnu/packages/algebra.scm (eigen): Update to 3.3.8.
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index ed35a68..1c485a3 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -1005,7 +1005,7 @@ Optional thin wrappers allow usage of the library from
other languages.")
(define-public eigen
(package
(name "eigen")
- (version "3.3.7")
+ (version "3.3.8")
(source (origin
(method url-fetch)
(uri (list
@@ -1015,7 +1015,7 @@ Optional thin wrappers allow usage of the library from
other languages.")
version ".orig.tar.bz2")))
(sha256
(base32
- "1km3fyfzyqfdvmnl79drps3fjwnz3zbh0c7l34mfbqyvvs8cy4wz"))
+ "1vxrsncfnkyq6gwxpsannpryp12mk7lc8f42ybvz3saf7icwc582"))
(file-name (string-append name "-" version ".tar.bz2"))
(patches (search-patches "eigen-stabilise-sparseqr-test.patch"))
(modules '((guix build utils)))