netcdf: 4.7.3 -> 4.7.4

This commit is contained in:
R. RyanTM 2020-03-30 06:27:57 +00:00
parent d04396da8b
commit e96fa03509

View File

@ -10,11 +10,11 @@ let
mpi = hdf5.mpi; mpi = hdf5.mpi;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "netcdf"; pname = "netcdf";
version = "4.7.3"; version = "4.7.4";
src = fetchurl { src = fetchurl {
url = "https://www.unidata.ucar.edu/downloads/netcdf/ftp/${pname}-c-${version}.tar.gz"; url = "https://www.unidata.ucar.edu/downloads/netcdf/ftp/${pname}-c-${version}.tar.gz";
sha256 = "12s4w2s96p51hlsa81lw92w56rdx8i3mk21pz2ydwcamw579z34f"; sha256 = "1a2fpp15a2rl1m50gcvvzd9y6bavl6vjf9zzf63sz5gdmq06yiqf";
}; };
postPatch = '' postPatch = ''
@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
meta = { meta = {
description = "Libraries for the Unidata network Common Data Format"; description = "Libraries for the Unidata network Common Data Format";
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
homepage = https://www.unidata.ucar.edu/software/netcdf/; homepage = "https://www.unidata.ucar.edu/software/netcdf/";
license = { license = {
url = https://www.unidata.ucar.edu/software/netcdf/docs/copyright.html; url = https://www.unidata.ucar.edu/software/netcdf/docs/copyright.html;
}; };