[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62380] [staging PATCH 1/4] gnu: hdf5@1.8: Update to 1.8.23.
From: |
Greg Hogan |
Subject: |
[bug#62380] [staging PATCH 1/4] gnu: hdf5@1.8: Update to 1.8.23. |
Date: |
Wed, 22 Mar 2023 13:57:08 +0000 |
* gnu/packages/maths.scm (hdf5-1.8): Update to 1.8.23.
---
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 1492753223..512a9d7be2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1389,7 +1389,7 @@ (define-public hdf4-alt
(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 @@ (define-public hdf5-1.8
(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
--
2.40.0