python36Packages.netcdf4: 1.4.1 -> 1.4.2 (#49988)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-netcdf4/versions
This commit is contained in:
R. RyanTM 2018-11-12 12:44:44 -08:00 committed by Timo Kaufmann
parent 91626f8a1b
commit d5c0bfc2f7

View File

@ -3,13 +3,13 @@
}:
buildPythonPackage rec {
pname = "netCDF4";
version = "1.4.1";
version = "1.4.2";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "d4fc65b98e348c39d082ab6b4b7f6d636b1b4e63bec016e5bca189fee5d46403";
sha256 = "0c0sklgrmv15ygliin8qq0hp7vanmbi74m6zpi0r1ksr0hssyd5r";
};
checkInputs = [ pytest ];