Merge pull request #69885 from r-ryantm/auto-update/python3.7-netCDF4

python37Packages.netcdf4: 1.5.1.2 -> 1.5.2
This commit is contained in:
Mario Rodas 2019-09-28 14:19:09 -05:00 committed by GitHub
commit 29df166c1c
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.1.2";
version = "1.5.2";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "161pqb7xc9nj0dlnp6ply8c6zv68y1frq619xqfrpmc9s1932jzk";
sha256 = "08l92yzg2cy1zrkxjvwya2kpnmfzgwnvgb925hlrgcp5ga9y2xg0";
};
checkInputs = [ pytest ];