guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: eigen: Update to 3.2.5.


From: Ricardo Wurmus
Subject: 01/01: gnu: eigen: Update to 3.2.5.
Date: Sat, 04 Jul 2015 11:33:37 +0000

rekado pushed a commit to branch master
in repository guix.

commit 80e907fe574c8901f32c5f5068ee1e7d0dda292d
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 4 13:31:04 2015 +0200

    gnu: eigen: Update to 3.2.5.
    
    * gnu/packages/algebra.scm (eigen): Update to 3.2.5.
---
 gnu/packages/algebra.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 781e2a7..1fa0a16 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]