gnu: hdf4: Update to 4.2.14.

* gnu/packages/maths.scm (hdf4): Update to 4.2.14.
master
Marius Bakke 2019-09-03 13:25:08 +02:00
parent beb0b947c1
commit c959d99fd0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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"))))