me
/
guix
Archived
1
0
Fork 0

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>
master
Greg Hogan 2023-03-22 13:57:08 +00:00 committed by Maxim Cournoyer
parent 4f49d03149
commit 895de955ae
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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