aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2023-03-22 13:57:09 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:11:48 -0400
commitd4b63d05d89c4af42880f92a47bc46b8ca2a149f (patch)
treebe98ff67a52466c57059bcf4ef9d47be29a816a1 /gnu
parentaae69407f5a8e42fcb949412cd59da45bcad9ce5 (diff)
downloadguix-d4b63d05d89c4af42880f92a47bc46b8ca2a149f.tar
guix-d4b63d05d89c4af42880f92a47bc46b8ca2a149f.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index dc0e4006d4..9a82382b56 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1512,7 +1512,7 @@ extremely large and complex data collections.")
(define-public hdf5-1.10
(package
(inherit hdf5-1.8)
- (version "1.10.7")
+ (version "1.10.9")
(source
(origin
(method url-fetch)
@@ -1526,7 +1526,7 @@ extremely large and complex data collections.")
(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