diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-18 17:27:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-18 21:00:45 +0200 |
commit | 7c78397593c7349a151313e977714bd4b82165e2 (patch) | |
tree | 41e0773e650ac773c4897c9d7a738708c694461d /gnu/packages | |
parent | 757f566b039d4a01d2acc5fb941a61598bab0cec (diff) | |
download | guix-7c78397593c7349a151313e977714bd4b82165e2.tar.gz guix-7c78397593c7349a151313e977714bd4b82165e2.zip |
gnu: hdf5@1.12: Update to 1.12.1.
* gnu/packages/maths.scm (hdf5-1.12): Update to 1.12.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 038ca5518c..f18d3cc42b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1297,7 +1297,7 @@ extremely large and complex data collections.") (define-public hdf5-1.12 (package (inherit hdf5-1.8) - (version "1.12.0") + (version "1.12.1") (source (origin (method url-fetch) @@ -1311,7 +1311,7 @@ extremely large and complex data collections.") (take (string-split version #\.) 2)) "/src/hdf5-" version ".tar.bz2"))) (sha256 - (base32 "0qazfslkqbmzg495jafpvqp0khws3jkxa0z7rph9qvhacil6544p")) + (base32 "074g3z504xf77ff38igs30i1aqxpm508p7yw78ykva7dncrgbyda")) (patches (search-patches "hdf5-config-date.patch")))))) (define-public hdf5 |