diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2016-05-20 15:08:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-05-20 15:18:23 +0200 |
commit | 945eef85c511c11cf0d54ad3ec6e3745917260b7 (patch) | |
tree | 42150443d826dd85d3dac6e10e4e3be3e57a086a | |
parent | 7740f5812889d398353fef98d871799334c3ac74 (diff) | |
download | patches-945eef85c511c11cf0d54ad3ec6e3745917260b7.tar patches-945eef85c511c11cf0d54ad3ec6e3745917260b7.tar.gz |
gnu: armadillo: Update to 6.700.7.
* gnu/packages/maths.scm (armadillo): Update to 6.700.7.
-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 95240af962..3fc06869c9 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 |