Merge pull request #134902 from r-ryantm/auto-update/python3.8-netCDF4

python38Packages.netcdf4: 1.5.6 -> 1.5.7
This commit is contained in:
Robert Scott 2021-08-21 19:33:41 +01:00 committed by GitHub
commit 9cbe2092ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
}:
buildPythonPackage rec {
pname = "netCDF4";
version = "1.5.6";
version = "1.5.7";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "7577f4656af8431b2fa6b6797acb45f81fa1890120e9123b3645e14765da5a7c";
sha256 = "d145f9c12da29da3922d8b8aafea2a2a89501bcb28a219a46b7b828b57191594";
};
checkInputs = [ pytest ];