summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2016-03-17 09:32:29 -0500
committerEric Bavier <bavier@member.fsf.org>2016-05-12 19:59:52 +0000
commit04b7a7cd10ee2509d350ac4933b8964235376d41 (patch)
treee95274d4b0ad0ab7ca6f9a7d437e8a07d232c914 /gnu/packages/maths.scm
parent528bb46436be39a4f4d3e7b3e908c34e92cca5f8 (diff)
downloadguix-patches-04b7a7cd10ee2509d350ac4933b8964235376d41.tar
guix-patches-04b7a7cd10ee2509d350ac4933b8964235376d41.tar.gz
gnu: hdf5: Update to 1.8.17.
* gnu/packages/maths.scm (hdf5): Update to 1.8.17.
Diffstat (limited to 'gnu/packages/maths.scm')
-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 dc01b59d68..877bfd400b 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)))