summary refs log tree commit diff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2023-03-22 13:57:09 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-30 23:15:13 -0400
commit2df9cf44b1a5a2211cb63e631414b83da15f2e6d (patch)
treeae95a8f21afcdb1b4ba0be01b0d110f7e845c845 /gnu/packages/maths.scm
parent895de955ae7c1640add70c8d2354942e36eccdf6 (diff)
downloadguix-2df9cf44b1a5a2211cb63e631414b83da15f2e6d.tar.gz
gnu: hdf5@1.10: Update to 1.10.9.
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.9.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 53295babb1..180092810a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1514,7 +1514,7 @@ extremely large and complex data collections.")
 (define-public hdf5-1.10
   (package
     (inherit hdf5-1.8)
-    (version "1.10.7")
+    (version "1.10.9")
     (source
      (origin
        (method url-fetch)
@@ -1528,7 +1528,7 @@ extremely large and complex data collections.")
                                         (take (string-split version #\.) 2))
                                  "/src/hdf5-" version ".tar.bz2")))
        (sha256
-        (base32 "0pm5xxry55i0h7wmvc7svzdaa90rnk7h78rrjmnlkz2ygsn8y082"))
+        (base32 "14gih7kmjx4h3lc7pg4fwcl28hf1qqkf2x7rljpxqvzkjrqbxi00"))
        (patches (search-patches "hdf5-config-date.patch"))))))
 
 (define-public hdf5-1.12