aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/armadillo
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-05 09:11:25 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-04-05 09:11:25 +0000
commitceaf6f1e1c0db0542553ea341636fe3acac532f3 (patch)
tree636ad9c5ddd51fb9e71a85dc1ef93cb4b1a199cc /pkgs/development/libraries/armadillo
parentf601ab37c2fb7e5f65989a92df383bcd6942567a (diff)
armadillo: 9.850.1 -> 9.860.1
Diffstat (limited to 'pkgs/development/libraries/armadillo')
-rw-r--r--pkgs/development/libraries/armadillo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/armadillo/default.nix b/pkgs/development/libraries/armadillo/default.nix
index 6c0b3c867a48..f6710d4fc576 100644
--- a/pkgs/development/libraries/armadillo/default.nix
+++ b/pkgs/development/libraries/armadillo/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "armadillo";
- version = "9.850.1";
+ version = "9.860.1";
src = fetchurl {
url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz";
- sha256 = "07y0s87srj2wxbywmnxam9bif0x625n6b8np19832mvsb6wqkhyl";
+ sha256 = "1ab5y4ll6js2w4p9dabj2dmzzc3f8dja8dqsvy40azrvny58h0qn";
};
nativeBuildInputs = [ cmake ];
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C++ linear algebra library";
- homepage = http://arma.sourceforge.net;
+ homepage = "http://arma.sourceforge.net";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ juliendehos knedlsepp ];