gnu: armadillo: Update to 6.700.7.

* gnu/packages/maths.scm (armadillo): Update to 6.700.7.
This commit is contained in:
Ricardo Wurmus 2016-05-20 15:08:53 +02:00 committed by Ricardo Wurmus
parent 7740f58128
commit 945eef85c5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1641,14 +1641,14 @@ (define-public wxmaxima
(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