guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: hdf5@1.12: Update to 1.12.2.


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

apteryx pushed a commit to branch staging
in repository guix.

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

    gnu: hdf5@1.12: Update to 1.12.2.
    
    * gnu/packages/maths.scm (hdf5-1.12): Update to 1.12.2.
    
    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 180092810a..9c8f1d89e2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1534,7 +1534,7 @@ extremely large and complex data collections.")
 (define-public hdf5-1.12
   (package
     (inherit hdf5-1.8)
-    (version "1.12.1")
+    (version "1.12.2")
     (source
      (origin
        (method url-fetch)
@@ -1548,7 +1548,7 @@ extremely large and complex data collections.")
                                         (take (string-split version #\.) 2))
                                  "/src/hdf5-" version ".tar.bz2")))
        (sha256
-        (base32 "074g3z504xf77ff38igs30i1aqxpm508p7yw78ykva7dncrgbyda"))
+        (base32 "1zlawdzb0gsvcxif14fwr5ap2gk4b6j02wirr2hcx8hkcbivp20s"))
        (patches (search-patches "hdf5-config-date.patch"))))))
 
 (define-public hdf5



reply via email to

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