me
/
guix
Archived
1
0
Fork 0

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>
master
Greg Hogan 2023-03-22 13:57:10 +00:00 committed by Maxim Cournoyer
parent d4b63d05d8
commit 4d2ef2893c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1532,7 +1532,7 @@ extremely large and complex data collections.")
(define-public hdf5-1.12
(package
(inherit hdf5-1.8)
(version "1.12.1")
(version "1.12.2")
(source
(origin
(method url-fetch)
@ -1546,7 +1546,7 @@ extremely large and complex data collections.")
(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