mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.netcdf4: 1.2.1 -> 1.2.4 (#17581)
This commit is contained in:
parent
1e8894f085
commit
8280595472
1 changed files with 2 additions and 2 deletions
|
@ -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 ; [
|
||||
|
|
Loading…
Reference in a new issue