guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: hdf4: Update to 4.12.13.


From: Thomas Danckaert
Subject: 01/03: gnu: hdf4: Update to 4.12.13.
Date: Wed, 2 Aug 2017 08:09:33 -0400 (EDT)

thomasd pushed a commit to branch master
in repository guix.

commit 0abf52642043f5ed4b1a9ce51026f7e9bad2f428
Author: Thomas Danckaert <address@hidden>
Date:   Tue Aug 1 10:26:39 2017 +0200

    gnu: hdf4: Update to 4.12.13.
    
    * gnu/packages/maths.scm (hdf4): Update to 4.12.13.
---
 gnu/packages/maths.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6566d75..1761f02 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -561,18 +561,17 @@ computations.")
 (define-public hdf4
   (package
     (name "hdf4")
-    (version "4.2.12")
+    (version "4.2.13")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://support.hdfgroup.org/ftp/HDF/releases/HDF";
                            version "/src/hdf-" version ".tar.bz2"))
        (sha256
-        (base32 "020jh563sjyxsgml8l809d2i1d4ms9shivwj3gbm7n0ilxbll8id"))
+        (base32 "1wz0586zh91pqb95wvr0pbh71a8rz358fdj6n2ksp85x2cis9lsm"))
        (patches (search-patches "hdf4-architectures.patch"
                                 "hdf4-reproducibility.patch"
                                 "hdf4-shared-fortran.patch"))))
-
     (build-system gnu-build-system)
     (native-inputs
      `(("gfortran" ,gfortran)



reply via email to

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