mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: hdf5@1.12: Update to 1.12.2.
* gnu/packages/maths.scm (hdf5-1.12): Update to 1.12.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
2df9cf44b1
commit
cca7f2d7ae
1 changed files with 2 additions and 2 deletions
|
@ -1534,7 +1534,7 @@ (define-public hdf5-1.10
|
|||
(define-public hdf5-1.12
|
||||
(package
|
||||
(inherit hdf5-1.8)
|
||||
(version "1.12.1")
|
||||
(version "1.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1548,7 +1548,7 @@ (define-public hdf5-1.12
|
|||
(take (string-split version #\.) 2))
|
||||
"/src/hdf5-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32 "074g3z504xf77ff38igs30i1aqxpm508p7yw78ykva7dncrgbyda"))
|
||||
(base32 "1zlawdzb0gsvcxif14fwr5ap2gk4b6j02wirr2hcx8hkcbivp20s"))
|
||||
(patches (search-patches "hdf5-config-date.patch"))))))
|
||||
|
||||
(define-public hdf5
|
||||
|
|
Loading…
Reference in a new issue