andreas pushed a commit to branch master
in repository guix.

commit 7bd1247c9006b57769618ab073954573d7953b2d
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Wed Apr 30 18:10:21 2025 +0200

    gnu: hdf5-blosc: Update to 1.0.1.
    
    * gnu/packages/maths.scm (hdf5-blosc): Update to 1.0.1.
    
    Change-Id: Ie782107c205e8d569a5d6e6ca80dc9f944786542
---
 gnu/packages/maths.scm | 4 ++--
 1 file 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

Reply via email to