gnu: armadillo: Update to 9.100.5.

* gnu/packages/maths.scm (armadillo): Update to 9.100.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-17 00:31:31 +02:00
parent eb668d5c2e
commit f133e24481
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2769,14 +2769,14 @@ (define-public wxmaxima
(define-public armadillo (define-public armadillo
(package (package
(name "armadillo") (name "armadillo")
(version "9.100.4") (version "9.100.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/arma/armadillo-" (uri (string-append "mirror://sourceforge/arma/armadillo-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1pzvarfj4mf6xmhs6r8dxlgq6h994ajr8hsp09r4w0dw99za2r08")))) "1ka1vd9fcmvp12qkcm4888dkfqwnalvv00x04wy29f3nx3qwczby"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments `(#:tests? #f)) ; no test target (arguments `(#:tests? #f)) ; no test target
(inputs (inputs