diff options
author | Greg Hogan <code@greghogan.com> | 2023-03-22 13:57:08 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-30 23:14:22 -0400 |
commit | 895de955ae7c1640add70c8d2354942e36eccdf6 (patch) | |
tree | aea3165ab77ad7f53ca56533c4c33102726f9c9b /gnu/packages/maths.scm | |
parent | 4f49d03149f4374674c9a12db6e31ea97212378b (diff) |
gnu: hdf5@1.8: Update to 1.8.23.
* gnu/packages/maths.scm (hdf5-1.8): Update to 1.8.23.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/maths.scm')
-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 95bd5a6578..53295babb1 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1389,7 +1389,7 @@ incompatible with HDF5.") (define-public hdf5-1.8 (package (name "hdf5") - (version "1.8.22") + (version "1.8.23") (source (origin (method url-fetch) @@ -1404,7 +1404,7 @@ incompatible with HDF5.") (string-append major minor))) "/src/hdf5-" version ".tar.bz2"))) (sha256 - (base32 "194ki2s5jrgl4czkvy5nc9nwjyapah0fj72l0gb0aysplp38i6v8")) + (base32 "0km65mr6dgk4ia2dqr1b9dzw9qg15j5z35ymbys9cnny51z1zb39")) (patches (search-patches "hdf5-config-date.patch")))) (build-system gnu-build-system) (inputs |