Merge pull request #191603 from r-ryantm/auto-update/python3.10-netCDF4

python310Packages.netcdf4: 1.6.0 -> 1.6.1
This commit is contained in:
Mario Rodas
2022-09-17 09:09:14 -05:00
committed by GitHub
@@ -3,13 +3,13 @@
}:
buildPythonPackage rec {
pname = "netCDF4";
version = "1.6.0";
version = "1.6.1";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-le+jc9mj4c0N9xk+duZoDZ7KKOYAl8qBOa/qikNGumM=";
sha256 = "sha256-uo3F1lKTqZ8a+4wqz1iNkD/f3BljpiVFtnf6JzQmKng=";
};
checkInputs = [ pytest ];