guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: armadillo: Update to 6.700.4.


From: Ricardo Wurmus
Subject: 01/01: gnu: armadillo: Update to 6.700.4.
Date: Wed, 20 Apr 2016 12:21:53 +0000

rekado pushed a commit to branch master
in repository guix.

commit 458b47e31b2a4fcd871b54a82cd5d1ff16cb46ef
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Apr 20 14:15:40 2016 +0200

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

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d009905..7ea4ca3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2014, 2015, 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2014 Federico Beffa <address@hidden>
 ;;; Copyright © 2014 Mathieu Lirzin <address@hidden>
-;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
@@ -1484,14 +1484,14 @@ full text searching.")
 (define-public armadillo
   (package
     (name "armadillo")
-    (version "6.400.3")
+    (version "6.700.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/arma/armadillo-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0bsgrmldlx77w5x26n3axj1hg6iw6csyw0dwl1flrbdwl51f9701"))))
+                "0dsdjcps5l2nhg0455rrc708inffarzj7n435vj4sm9lxwf21wg9"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f)) ;no test target
     (inputs



reply via email to

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