python310Packages.netcdf4: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2022-09-17 03:47:00 +00:00
parent d9a1414346
commit 4afab7d555

View File

@ -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 ];