diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 00:31:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 00:38:17 +0200 |
commit | f133e244818fc2007b0a107b59304f705279e62e (patch) | |
tree | 81eed9aea7b34edc1753451a683241f485878c5b /gnu | |
parent | eb668d5c2e472bfab6dc27b62d94fe6a5d6f0c3a (diff) | |
download | patches-f133e244818fc2007b0a107b59304f705279e62e.tar patches-f133e244818fc2007b0a107b59304f705279e62e.tar.gz |
gnu: armadillo: Update to 9.100.5.
* gnu/packages/maths.scm (armadillo): Update to 9.100.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 506f0fb8ff..39668c7dbf 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 |