gnu: armadillo: Update to 7.500.0.

* gnu/packages/maths.scm (armadillo): Update to 7.500.0.
master
Ricardo Wurmus 2016-10-26 15:41:28 +02:00
parent 8e1369f19a
commit 7397cd9e3f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -1987,14 +1987,14 @@ full text searching.")
(define-public armadillo
(package
(name "armadillo")
(version "6.700.7")
(version "7.500.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/arma/armadillo-"
version ".tar.gz"))
version ".tar.xz"))
(sha256
(base32
"0xbidcxrvbq33xf7iysg2nic2ai9a043psl33kiv6ifkk7p8hcra"))))
"1x98d32cgxbzbbma2ak6c37wnbpq13xxyxyd6jjvflv748mzi9ks"))))
(build-system cmake-build-system)
(arguments `(#:tests? #f)) ;no test target
(inputs