3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: armadillo: Update to 7.600.2.

* gnu/packages/maths.scm (armadillo): Update to 7.600.2.
This commit is contained in:
Ricardo Wurmus 2016-12-29 21:06:26 +01:00
parent c729d3dc0e
commit b1c1f4d012
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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