guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: armadillo: Update to 9.100.5.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: armadillo: Update to 9.100.5.
Date: Thu, 16 Aug 2018 18:38:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f133e244818fc2007b0a107b59304f705279e62e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 17 00:31:31 2018 +0200

    gnu: armadillo: Update to 9.100.5.
    
    * gnu/packages/maths.scm (armadillo): Update to 9.100.5.
---
 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 506f0fb..39668c7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2769,14 +2769,14 @@ full text searching.")
 (define-public armadillo
   (package
     (name "armadillo")
-    (version "9.100.4")
+    (version "9.100.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/arma/armadillo-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1pzvarfj4mf6xmhs6r8dxlgq6h994ajr8hsp09r4w0dw99za2r08"))))
+                "1ka1vd9fcmvp12qkcm4888dkfqwnalvv00x04wy29f3nx3qwczby"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f))          ; no test target
     (inputs



reply via email to

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