Merge pull request #84329 from r-ryantm/auto-update/armadillo

armadillo: 9.850.1 -> 9.860.1

Changed files
+3 -3
pkgs
development
libraries
armadillo
+3 -3
pkgs/development/libraries/armadillo/default.nix
···
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 ];
···
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 ];