guix-commits
[Top][All Lists]
Advanced

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

03/22: gnu: armadillo: Update to 7.500.0.


From: Ricardo Wurmus
Subject: 03/22: gnu: armadillo: Update to 7.500.0.
Date: Wed, 26 Oct 2016 14:24:03 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 7397cd9e3f05cc5e7ecbfb1d230d146e2a7d01b0
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 15:41:28 2016 +0200

    gnu: armadillo: Update to 7.500.0.
    
    * gnu/packages/maths.scm (armadillo): Update to 7.500.0.
---
 gnu/packages/maths.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1b43bda..479dc79 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1987,14 +1987,14 @@ full text searching.")
 (define-public armadillo
   (package
     (name "armadillo")
-    (version "6.700.7")
+    (version "7.500.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/arma/armadillo-"
-                                  version ".tar.gz"))
+                                  version ".tar.xz"))
               (sha256
                (base32
-                "0xbidcxrvbq33xf7iysg2nic2ai9a043psl33kiv6ifkk7p8hcra"))))
+                "1x98d32cgxbzbbma2ak6c37wnbpq13xxyxyd6jjvflv748mzi9ks"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f)) ;no test target
     (inputs



reply via email to

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