gnu: eigen: Update to 3.2.5.

* gnu/packages/algebra.scm (eigen): Update to 3.2.5.
master
Ricardo Wurmus 2015-07-04 13:31:04 +02:00
parent 4463c0d216
commit 80e907fe57
1 changed files with 2 additions and 2 deletions

View File

@ -353,14 +353,14 @@ cosine/ sine transforms or DCT/DST).")
(define-public eigen
(package
(name "eigen")
(version "3.2.4")
(version "3.2.5")
(source (origin
(method url-fetch)
(uri (string-append "https://bitbucket.org/eigen/eigen/get/"
version ".tar.bz2"))
(sha256
(base32
"08l92i6vpzz9ypj89hn7rxm6cp4njgc6wr7nb4n3v01i5v4k4hyn"))
"1yf27mfq1x38wlsghkvpjgs8xd5rvbbikf1wyj2l3qw8h6w6qvjz"))
(modules '((guix build utils)))
(snippet
;; There are 3 test failures in the "unsupported" directory,