mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 <andreas@enge.fr>
This commit is contained in:
parent
b282b5ecd9
commit
aedbde9052
1 changed files with 3 additions and 2 deletions
|
@ -7736,7 +7736,7 @@ set.")
|
||||||
(define-public hypre
|
(define-public hypre
|
||||||
(package
|
(package
|
||||||
(name "hypre")
|
(name "hypre")
|
||||||
(version "2.20.0")
|
(version "2.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7745,7 +7745,7 @@ set.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14iqjwg5sv1qjn7c2cfv0xxmn9rwamjrhh9hgs8fjbywcbvrkjdi"))))
|
(base32 "1hlydh15wz0yv5bgry7yyx4pvrl656mifhqjgifzf6dyksfvwpl7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ;5.3 MiB of headers and libraries
|
(outputs '("out" ;5.3 MiB of headers and libraries
|
||||||
"doc")) ;12 MiB of documentation
|
"doc")) ;12 MiB of documentation
|
||||||
|
@ -7755,6 +7755,7 @@ set.")
|
||||||
python
|
python
|
||||||
python-breathe
|
python-breathe
|
||||||
python-sphinx
|
python-sphinx
|
||||||
|
python-sphinx-rtd-theme
|
||||||
(texlive-updmap.cfg
|
(texlive-updmap.cfg
|
||||||
(list texlive-adjustbox
|
(list texlive-adjustbox
|
||||||
texlive-alphalph
|
texlive-alphalph
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue