From 278cce9f610e10ebabe200bf7d0036617f7dae91 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 8 Sep 2024 02:00:00 +0200 Subject: [PATCH] gnu: armadillo: Update to 12.4.2. * gnu/packages/maths.scm (armadillo): Update to 12.4.2. Change-Id: I06b5c63075589de9ef0c32115da912190c077b85 --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index b845dc2baf..6f242516af 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5092,14 +5092,14 @@ full text searching.") (define-public armadillo (package (name "armadillo") - (version "12.4.1") + (version "12.4.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/arma/armadillo-" version ".tar.xz")) (sha256 (base32 - "15zkvjbdxiiazhvh0g6y0ig9pgc4rvwnzplmnkx9dffz4xfn69w1")))) + "150fcl2cca3ks91ahgr32jw0ww8lc8ng84mczfab7clvigqpdnpv")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no test target