diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 | 
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:10 +0200 | 
| commit | 0f766e8439f31738322817f6304a6110e374c057 (patch) | |
| tree | 58d2b4613ca7bbc8b05c7fe22c67c66392150a4b /gnu/packages | |
| parent | 24d2c2bcda0c5b4e66cac7a90fd3d59a336fa123 (diff) | |
gnu: armadillo: Update to 12.4.1.
* gnu/packages/maths.scm (armadillo): Update to 12.4.1.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/maths.scm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index adde13ee65..7ac66daacd 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4492,14 +4492,14 @@ full text searching.")  (define-public armadillo    (package      (name "armadillo") -    (version "9.100.5") +    (version "12.4.1")      (source (origin                (method url-fetch)                (uri (string-append "mirror://sourceforge/arma/armadillo-"                                    version ".tar.xz"))                (sha256                 (base32 -                "1ka1vd9fcmvp12qkcm4888dkfqwnalvv00x04wy29f3nx3qwczby")))) +                "15zkvjbdxiiazhvh0g6y0ig9pgc4rvwnzplmnkx9dffz4xfn69w1"))))      (build-system cmake-build-system)      (arguments `(#:tests? #f))          ; no test target      (inputs | 
