[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: hdf5: Update to 1.8.17.
From: |
Eric Bavier |
Subject: |
04/10: gnu: hdf5: Update to 1.8.17. |
Date: |
Thu, 12 May 2016 20:02:43 +0000 (UTC) |
bavier pushed a commit to branch master
in repository guix.
commit 04b7a7cd10ee2509d350ac4933b8964235376d41
Author: Eric Bavier <address@hidden>
Date: Thu Mar 17 09:32:29 2016 -0500
gnu: hdf5: Update to 1.8.17.
* gnu/packages/maths.scm (hdf5): Update to 1.8.17.
---
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 dc01b59..877bfd4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -406,7 +406,7 @@ plotting engine by third-party applications like Octave.")
(define-public hdf5
(package
(name "hdf5")
- (version "1.8.12")
+ (version "1.8.17")
(source
(origin
(method url-fetch)
@@ -414,7 +414,7 @@ plotting engine by third-party applications like Octave.")
version "/src/hdf5-"
version ".tar.bz2"))
(sha256
- (base32 "0f9n0v3p3lwc7564791a39c6cn1d3dbrn7d1j3ikqsi27a8hy23d"))))
+ (base32 "0sj8x0gfs5fb28gipnynb9wpkz113h8wq9sva9mxx66kv27xsdgw"))))
(build-system gnu-build-system)
(inputs
`(("zlib" ,zlib)))
- branch master updated (f6292ba -> 889187a), Eric Bavier, 2016/05/12
- 05/10: gnu: hdf5: Patch output references to zlib., Eric Bavier, 2016/05/12
- 04/10: gnu: hdf5: Update to 1.8.17.,
Eric Bavier <=
- 07/10: gnu: Add hdf5-openmpi., Eric Bavier, 2016/05/12
- 09/10: gnu: Add Matio., Eric Bavier, 2016/05/12
- 06/10: gnu: hdf5: Have configure honor SOURCE_DATE_EPOCH., Eric Bavier, 2016/05/12
- 10/10: gnu: Add NetCDF., Eric Bavier, 2016/05/12
- 08/10: gnu: Add h5check., Eric Bavier, 2016/05/12
- 02/10: gnu: Add doc++., Eric Bavier, 2016/05/12
- 03/10: gnu: Add HYPRE., Eric Bavier, 2016/05/12
- 01/10: gnu: Move asciidoc and doxygen to new module., Eric Bavier, 2016/05/12