From aedbde9052a0de2689b3bbc030bee957d3e9061b Mon Sep 17 00:00:00 2001 From: Luca Cirrottola Date: Mon, 24 Mar 2025 18:03:29 +0100 Subject: [PATCH] gnu: hypre: Update to 2.32.0. * gnu/packages/maths.scm (hypre): Update to 2.32.0. [inputs]: Add python-sphinx-rtd-theme. Change-Id: I278cb9ac088cdd40075b2b10d10cef9451cd17cc Signed-off-by: Andreas Enge --- gnu/packages/maths.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 394897a448d..46b8f5506e4 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -7736,7 +7736,7 @@ set.") (define-public hypre (package (name "hypre") - (version "2.20.0") + (version "2.32.0") (source (origin (method git-fetch) @@ -7745,7 +7745,7 @@ set.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "14iqjwg5sv1qjn7c2cfv0xxmn9rwamjrhh9hgs8fjbywcbvrkjdi")))) + (base32 "1hlydh15wz0yv5bgry7yyx4pvrl656mifhqjgifzf6dyksfvwpl7")))) (build-system gnu-build-system) (outputs '("out" ;5.3 MiB of headers and libraries "doc")) ;12 MiB of documentation @@ -7755,6 +7755,7 @@ set.") python python-breathe python-sphinx + python-sphinx-rtd-theme (texlive-updmap.cfg (list texlive-adjustbox texlive-alphalph