summary refs log tree commit diff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-09-03 13:25:08 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-09-04 13:17:38 +0200
commitc959d99fd09d588e8311926d39bce6cbb284cd8f (patch)
tree800b76e4dd04978f899263bbe31b6ebae3af9361 /gnu/packages/maths.scm
parentbeb0b947c1eb7a4ccef0f229e3b613d5e3b67c00 (diff)
downloadguix-c959d99fd09d588e8311926d39bce6cbb284cd8f.tar.gz
gnu: hdf4: Update to 4.2.14.
* gnu/packages/maths.scm (hdf4): Update to 4.2.14.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c9db51b561..c81e999daa 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -675,14 +675,14 @@ computations.")
 (define-public hdf4
   (package
     (name "hdf4")
-    (version "4.2.13")
+    (version "4.2.14")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://support.hdfgroup.org/ftp/HDF/releases/HDF"
                            version "/src/hdf-" version ".tar.bz2"))
        (sha256
-        (base32 "1wz0586zh91pqb95wvr0pbh71a8rz358fdj6n2ksp85x2cis9lsm"))
+        (base32 "0n29klrrbwan9307np0d9hr128dlpc4nnlf57a140080ll3jmp8l"))
        (patches (search-patches "hdf4-architectures.patch"
                                 "hdf4-reproducibility.patch"
                                 "hdf4-shared-fortran.patch"))))