mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: armadillo: Update to 7.500.0.
* gnu/packages/maths.scm (armadillo): Update to 7.500.0.
This commit is contained in:
parent
8e1369f19a
commit
7397cd9e3f
1 changed files with 3 additions and 3 deletions
|
@ -1987,14 +1987,14 @@ (define-public wxmaxima
|
||||||
(define-public armadillo
|
(define-public armadillo
|
||||||
(package
|
(package
|
||||||
(name "armadillo")
|
(name "armadillo")
|
||||||
(version "6.700.7")
|
(version "7.500.0")
|
||||||
(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.gz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xbidcxrvbq33xf7iysg2nic2ai9a043psl33kiv6ifkk7p8hcra"))))
|
"1x98d32cgxbzbbma2ak6c37wnbpq13xxyxyd6jjvflv748mzi9ks"))))
|
||||||
(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