summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-10 13:36:12 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-10 23:47:28 +0100
commitcb169aae81886b7d92684b126616857527794224 (patch)
tree7d95285ea0f9ef22418af4c32b67701f65b5a10a
parent56b27a158f241de3683ff1838fe9cf05e7e59408 (diff)
downloadpatches-cb169aae81886b7d92684b126616857527794224.tar
patches-cb169aae81886b7d92684b126616857527794224.tar.gz
gnu: hdf5@1.10: Update to 1.10.6.
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.6.
-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 be6e5b21e4..ee6e4fdac8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -917,7 +917,7 @@ extremely large and complex data collections.")
(define-public hdf5-1.10
(package (inherit hdf5)
- (version "1.10.5")
+ (version "1.10.6")
(source
(origin
(method url-fetch)
@@ -931,7 +931,7 @@ extremely large and complex data collections.")
(take (string-split version #\.) 2))
"/src/hdf5-" version ".tar.bz2")))
(sha256
- (base32 "0i3g6v521vigzbx8wpd32ibsiiw92r65ca3qdbn0d8fj8f4fmmk8"))
+ (base32 "1gf38x51128hn00744358w27xgzjk0ff4wra4yxh2lk804ck1mh9"))
(patches (search-patches "hdf5-config-date.patch"))))))
(define-public hdf-java