pythonPackages.netcdf4: 1.2.1 -> 1.2.4 (#17581)

This commit is contained in:
Lancelot SIX 2016-08-08 09:51:12 +02:00 committed by vbgl
parent 1e8894f085
commit 8280595472

View file

@ -7438,13 +7438,13 @@ in modules // {
netcdf4 = buildPythonPackage rec {
name = "netCDF4-${version}";
version = "1.2.1";
version = "1.2.4";
disabled = isPyPy;
src = pkgs.fetchurl {
url = "mirror://pypi/n/netCDF4/${name}.tar.gz";
sha256 = "0wzg73zyjjhns4209vrcvh71gs392d16ynz76x3pl1xg2by723iy";
sha256 = "0lakjix9dhc26f33f03c13ffwspqcrk5j3mnnjczwxbb23ppwwx6";
};
propagatedBuildInputs = with self ; [