[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45531] [PATCH] gnu: hdf5: Update to 1.12.0.
From: |
Vincent Legoll |
Subject: |
[bug#45531] [PATCH] gnu: hdf5: Update to 1.12.0. |
Date: |
Tue, 29 Dec 2020 13:12:03 +0100 |
* gnu/packages/maths.scm (hdf5): Update to 1.12.0.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b54cd6dff1..09e0837872 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1200,7 +1200,7 @@ extremely large and complex data collections.")
(define-public hdf5-1.10
(package/inherit hdf5-1.8
- (version "1.10.7")
+ (version "1.12.0")
(source
(origin
(method url-fetch)
@@ -1214,7 +1214,7 @@ extremely large and complex data collections.")
(take (string-split version #\.) 2))
"/src/hdf5-" version ".tar.bz2")))
(sha256
- (base32 "0pm5xxry55i0h7wmvc7svzdaa90rnk7h78rrjmnlkz2ygsn8y082"))
+ (base32 "0qazfslkqbmzg495jafpvqp0khws3jkxa0z7rph9qvhacil6544p"))
(patches (search-patches "hdf5-config-date.patch"))))))
(define-public hdf5
--
2.29.2
- [bug#45531] [PATCH] gnu: hdf5: Update to 1.12.0.,
Vincent Legoll <=