mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: hdf5@1.10: Update to 1.10.9.
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.9. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
aae69407f5
commit
d4b63d05d8
1 changed files with 2 additions and 2 deletions
|
@ -1512,7 +1512,7 @@ (define-public hdf5-1.8
|
||||||
(define-public hdf5-1.10
|
(define-public hdf5-1.10
|
||||||
(package
|
(package
|
||||||
(inherit hdf5-1.8)
|
(inherit hdf5-1.8)
|
||||||
(version "1.10.7")
|
(version "1.10.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1526,7 +1526,7 @@ (define-public hdf5-1.10
|
||||||
(take (string-split version #\.) 2))
|
(take (string-split version #\.) 2))
|
||||||
"/src/hdf5-" version ".tar.bz2")))
|
"/src/hdf5-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pm5xxry55i0h7wmvc7svzdaa90rnk7h78rrjmnlkz2ygsn8y082"))
|
(base32 "14gih7kmjx4h3lc7pg4fwcl28hf1qqkf2x7rljpxqvzkjrqbxi00"))
|
||||||
(patches (search-patches "hdf5-config-date.patch"))))))
|
(patches (search-patches "hdf5-config-date.patch"))))))
|
||||||
|
|
||||||
(define-public hdf5-1.12
|
(define-public hdf5-1.12
|
||||||
|
|
Loading…
Reference in a new issue