guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: gnu: hdf5@1.10: Update to 1.10.9.


From: guix-commits
Subject: 02/11: gnu: hdf5@1.10: Update to 1.10.9.
Date: Fri, 31 Mar 2023 00:01:30 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 2df9cf44b1a5a2211cb63e631414b83da15f2e6d
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Mar 22 13:57:09 2023 +0000

    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>
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]