python37Packages.netcdf4: 1.5.4 -> 1.5.5

This commit is contained in:
R. RyanTM 2020-12-07 08:47:19 +00:00
parent b18ce5c1c9
commit d3dcff9761

View File

@ -3,13 +3,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "netCDF4"; pname = "netCDF4";
version = "1.5.4"; version = "1.5.5";
disabled = isPyPy; disabled = isPyPy;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "941de6f3623b6474ecb4d043be5990690f7af4cf0d593b31be912627fe5aad03"; sha256 = "910b0c9d1ca7bef9c5796c45e2f5f30b91df70997ac655c51a58073eff2634f9";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];