Bump netcdf-fortran version to 4.4.5 (#11790)

This commit is contained in:
Carson Woods 2019-06-19 16:38:17 -06:00 committed by Adam J. Stewart
parent 8b1575fa0a
commit e7eb9ce1af

View File

@ -12,6 +12,7 @@ class NetcdfFortran(AutotoolsPackage):
homepage = "http://www.unidata.ucar.edu/software/netcdf" homepage = "http://www.unidata.ucar.edu/software/netcdf"
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-4.4.3.tar.gz" url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-4.4.3.tar.gz"
version('4.4.5', 'edb51c7320a9024b419b7a87e05fa79a')
version('4.4.4', 'e855c789cd72e1b8bc1354366bf6ac72') version('4.4.4', 'e855c789cd72e1b8bc1354366bf6ac72')
version('4.4.3', 'bfd4ae23a34635b273d3eb0d91cbde9e') version('4.4.3', 'bfd4ae23a34635b273d3eb0d91cbde9e')