guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: hdf5: Update to 1.8.19.


From: Thomas Danckaert
Subject: 01/01: gnu: hdf5: Update to 1.8.19.
Date: Sun, 25 Jun 2017 17:11:35 -0400 (EDT)

thomasd pushed a commit to branch master
in repository guix.

commit 2da63064271b5b7af24d619ba147c7dabaea15ef
Author: Thomas Danckaert <address@hidden>
Date:   Mon Jun 19 09:57:32 2017 +0200

    gnu: hdf5: Update to 1.8.19.
    
    * gnu/packages/maths.scm (hdf5): Update to 1.8.19.
    [source]: Update uri.
---
 gnu/packages/maths.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1115cef..9bdb068 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -608,12 +608,13 @@ incompatible with HDF5.")
 (define-public hdf5
   (package
     (name "hdf5")
-    (version "1.8.18")
+    (version "1.8.19")
     (source
      (origin
       (method url-fetch)
-      (uri (list (string-append "http://www.hdfgroup.org/ftp/HDF5/releases/";
-                                "hdf5-" version "/src/hdf5-"
+      (uri (list (string-append 
"https://support.hdfgroup.org/ftp/HDF5/releases/";
+                                "hdf5-" (version-major+minor version)
+                                "/hdf5-" version "/src/hdf5-"
                                 version ".tar.bz2")
                  (string-append "https://support.hdfgroup.org/ftp/HDF5/";
                                 "current"
@@ -621,7 +622,7 @@ incompatible with HDF5.")
                                        (take (string-split version #\.) 2))
                                 "/src/hdf5-" version ".tar.bz2")))
       (sha256
-       (base32 "13542vrnl1p35n8vbq0wzk40vddmm33q5nh04j98c7r1yjnxxih1"))
+       (base32 "0f3jfbqpaaq21ighi40qzs52nb52kc2d2yjk541rjmsx20b3ih2r"))
       (patches (list (search-patch "hdf5-config-date.patch")))))
     (build-system gnu-build-system)
     (inputs



reply via email to

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