diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-06-21 20:51:39 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-25 15:53:25 +0200 |
| commit | bafe4834e3e01b9dbbf94c296ef4eed84dee5c6b (patch) | |
| tree | 487f8b28cddea953c70c775ae58986cb22197bd0 /gnu/packages | |
| parent | 05b82eeacdf69a91e04cac9eeabaf0bd5832fa74 (diff) | |
gnu: highfive: Upgrade dependency on catch.
* gnu/packages/maths.scm (highfive)[native-inputs]: Replace catch2-3.5
with catch2.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index dc6d9b33959..0edb10c7db1 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -2375,7 +2375,7 @@ Blosc-compressed datasets.") | |||
| 2375 | "-GNinja"))) | 2375 | "-GNinja"))) |
| 2376 | (native-inputs | 2376 | (native-inputs |
| 2377 | (list boost-1.83 | 2377 | (list boost-1.83 |
| 2378 | catch2-3.5 | 2378 | catch2 |
| 2379 | ninja)) | 2379 | ninja)) |
| 2380 | (inputs | 2380 | (inputs |
| 2381 | (list hdf5)) | 2381 | (list hdf5)) |
