guix-commits
[Top][All Lists]
Advanced

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

269/416: gnu: hdf5@1.8: Update to 1.8.23.


From: guix-commits
Subject: 269/416: gnu: hdf5@1.8: Update to 1.8.23.
Date: Fri, 14 Apr 2023 15:26:03 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

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

    gnu: hdf5@1.8: Update to 1.8.23.
    
    * gnu/packages/maths.scm (hdf5-1.8): Update to 1.8.23.
    
    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 c10fc8075c..dc0e4006d4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1387,7 +1387,7 @@ incompatible with HDF5.")
 (define-public hdf5-1.8
   (package
     (name "hdf5")
-    (version "1.8.22")
+    (version "1.8.23")
     (source
      (origin
       (method url-fetch)
@@ -1402,7 +1402,7 @@ incompatible with HDF5.")
                                    (string-append major minor)))
                                 "/src/hdf5-" version ".tar.bz2")))
       (sha256
-       (base32 "194ki2s5jrgl4czkvy5nc9nwjyapah0fj72l0gb0aysplp38i6v8"))
+       (base32 "0km65mr6dgk4ia2dqr1b9dzw9qg15j5z35ymbys9cnny51z1zb39"))
       (patches (search-patches "hdf5-config-date.patch"))))
     (build-system gnu-build-system)
     (inputs



reply via email to

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