gnu: hdf5@1.10: Update to 1.10.6.
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.6.
This commit is contained in:
parent
56b27a158f
commit
cb169aae81
1 changed files with 2 additions and 2 deletions
|
@ -917,7 +917,7 @@ extremely large and complex data collections.")
|
||||||
|
|
||||||
(define-public hdf5-1.10
|
(define-public hdf5-1.10
|
||||||
(package (inherit hdf5)
|
(package (inherit hdf5)
|
||||||
(version "1.10.5")
|
(version "1.10.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -931,7 +931,7 @@ extremely large and complex data collections.")
|
||||||
(take (string-split version #\.) 2))
|
(take (string-split version #\.) 2))
|
||||||
"/src/hdf5-" version ".tar.bz2")))
|
"/src/hdf5-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0i3g6v521vigzbx8wpd32ibsiiw92r65ca3qdbn0d8fj8f4fmmk8"))
|
(base32 "1gf38x51128hn00744358w27xgzjk0ff4wra4yxh2lk804ck1mh9"))
|
||||||
(patches (search-patches "hdf5-config-date.patch"))))))
|
(patches (search-patches "hdf5-config-date.patch"))))))
|
||||||
|
|
||||||
(define-public hdf-java
|
(define-public hdf-java
|
||||||
|
|
Reference in a new issue