gnu: hdf5@1.10: Update to 1.10.9.

* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.9.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Greg Hogan 2023-03-22 13:57:09 +00:00 committed by Maxim Cournoyer
parent 895de955ae
commit 2df9cf44b1
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1514,7 +1514,7 @@ (define-public hdf5-1.8
(define-public hdf5-1.10
(package
(inherit hdf5-1.8)
(version "1.10.7")
(version "1.10.9")
(source
(origin
(method url-fetch)
@ -1528,7 +1528,7 @@ (define-public hdf5-1.10
(take (string-split version #\.) 2))
"/src/hdf5-" version ".tar.bz2")))
(sha256
(base32 "0pm5xxry55i0h7wmvc7svzdaa90rnk7h78rrjmnlkz2ygsn8y082"))
(base32 "14gih7kmjx4h3lc7pg4fwcl28hf1qqkf2x7rljpxqvzkjrqbxi00"))
(patches (search-patches "hdf5-config-date.patch"))))))
(define-public hdf5-1.12