guix-commits
[Top][All Lists]
Advanced

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

28/35: gnu: armadillo: Update to 7.600.2.


From: Ricardo Wurmus
Subject: 28/35: gnu: armadillo: Update to 7.600.2.
Date: Thu, 29 Dec 2016 20:49:26 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit b1c1f4d01232073360a0aa55a71e0b2c6e583912
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 29 21:06:26 2016 +0100

    gnu: armadillo: Update to 7.600.2.
    
    * gnu/packages/maths.scm (armadillo): Update to 7.600.2.
---
 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 d045895..2cbe7f8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1992,14 +1992,14 @@ full text searching.")
 (define-public armadillo
   (package
     (name "armadillo")
-    (version "7.500.0")
+    (version "7.600.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/arma/armadillo-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1x98d32cgxbzbbma2ak6c37wnbpq13xxyxyd6jjvflv748mzi9ks"))))
+                "0bac9y46m61zxinj51l82w06v01ra9vw7a9j6rrwdjhznkkdb437"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f)) ;no test target
     (inputs



reply via email to

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