mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: armadillo: Update to 7.600.2.
* gnu/packages/maths.scm (armadillo): Update to 7.600.2.
This commit is contained in:
parent
c729d3dc0e
commit
b1c1f4d012
1 changed files with 2 additions and 2 deletions
|
@ -1992,14 +1992,14 @@ (define-public wxmaxima
|
||||||
(define-public armadillo
|
(define-public armadillo
|
||||||
(package
|
(package
|
||||||
(name "armadillo")
|
(name "armadillo")
|
||||||
(version "7.500.0")
|
(version "7.600.2")
|
||||||
(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
|
||||||
"1x98d32cgxbzbbma2ak6c37wnbpq13xxyxyd6jjvflv748mzi9ks"))))
|
"0bac9y46m61zxinj51l82w06v01ra9vw7a9j6rrwdjhznkkdb437"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:tests? #f)) ;no test target
|
(arguments `(#:tests? #f)) ;no test target
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue