diff options
author | Andreas Enge <andreas@enge.fr> | 2025-04-30 18:10:21 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-30 18:19:42 +0200 |
commit | 7bd1247c9006b57769618ab073954573d7953b2d (patch) | |
tree | 0beb51d224f18761c89bba694933ce6564a03d6c | |
parent | 23a18b9a3a0c89ba511a2a0895d82b8da0e759e0 (diff) |
gnu: hdf5-blosc: Update to 1.0.1.
* gnu/packages/maths.scm (hdf5-blosc): Update to 1.0.1.
Change-Id: Ie782107c205e8d569a5d6e6ca80dc9f944786542
-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 98ee00ad27..ca24446aa8 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2108,7 +2108,7 @@ Swath).") (define-public hdf5-blosc (package (name "hdf5-blosc") - (version "1.0.0") + (version "1.0.1") (source (origin (method git-fetch) @@ -2117,7 +2117,7 @@ Swath).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1nj2bm1v6ymm3fmyvhbn6ih5fgdiapavlfghh1pvbmhw71cysyqs")))) + (base32 "0kq09w2mz8i735p3zfnsdqdvay0086ls0cb621ckfxq42pr3gkm4")))) (build-system cmake-build-system) (arguments `(#:configure-flags |