guix-commits
[Top][All Lists]
Advanced

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

25/31: gnu: armadillo: Update to 6.700.7.


From: Ricardo Wurmus
Subject: 25/31: gnu: armadillo: Update to 6.700.7.
Date: Fri, 20 May 2016 13:27:24 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 945eef85c511c11cf0d54ad3ec6e3745917260b7
Author: Ricardo Wurmus <address@hidden>
Date:   Fri May 20 15:08:53 2016 +0200

    gnu: armadillo: Update to 6.700.7.
    
    * gnu/packages/maths.scm (armadillo): Update to 6.700.7.
---
 gnu/packages/maths.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

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