diff options
author | Greg Hogan <code@greghogan.com> | 2023-03-22 13:57:10 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:48 -0400 |
commit | 4d2ef2893c75b9362013ed6ae402adcab43490c8 (patch) | |
tree | addfc1bafe3291710894de6e06e2790d8a0dffc0 /gnu | |
parent | d4b63d05d89c4af42880f92a47bc46b8ca2a149f (diff) |
gnu: hdf5@1.12: Update to 1.12.2.
* gnu/packages/maths.scm (hdf5-1.12): Update to 1.12.2.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu')
-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 9a82382b56..61d8e86391 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1532,7 +1532,7 @@ extremely large and complex data collections.") (define-public hdf5-1.12 (package (inherit hdf5-1.8) - (version "1.12.1") + (version "1.12.2") (source (origin (method url-fetch) @@ -1546,7 +1546,7 @@ extremely large and complex data collections.") (take (string-split version #\.) 2)) "/src/hdf5-" version ".tar.bz2"))) (sha256 - (base32 "074g3z504xf77ff38igs30i1aqxpm508p7yw78ykva7dncrgbyda")) + (base32 "1zlawdzb0gsvcxif14fwr5ap2gk4b6j02wirr2hcx8hkcbivp20s")) (patches (search-patches "hdf5-config-date.patch")))))) (define-public hdf5 |