guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: hdf4: Update to 4.2.12.


From: Ludovic Courtès
Subject: 02/02: gnu: hdf4: Update to 4.2.12.
Date: Mon, 9 Jan 2017 14:56:05 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 7bbf2e39f73b202e464438414929eab3f07416a8
Author: Thomas Danckaert <address@hidden>
Date:   Mon Jan 9 13:20:53 2017 +0100

    gnu: hdf4: Update to 4.2.12.
    
    * gnu/packages/maths.scm (hdf4): Update to 4.2.12.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 18b06e7..c1c7a24 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -484,14 +484,14 @@ computations.")
 (define-public hdf4
   (package
     (name "hdf4")
-    (version "4.2.11")
+    (version "4.2.12")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://support.hdfgroup.org/ftp/HDF/releases/HDF";
                            version "/src/hdf-" version ".tar.bz2"))
        (sha256
-        (base32 "16yr50j845zlfx20skmw3y75ww77akk9gg0affjqkg66ih5r03mv"))
+        (base32 "020jh563sjyxsgml8l809d2i1d4ms9shivwj3gbm7n0ilxbll8id"))
        (patches (search-patches "hdf4-architectures.patch"
                                 "hdf4-reproducibility.patch"
                                 "hdf4-shared-fortran.patch"))))



reply via email to

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