mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
python: wrf-python : 1.3.1.1 -> 1.3.2
This commit is contained in:
parent
d17a25d190
commit
263ee30a70
@ -1,19 +1,20 @@
|
|||||||
{lib, fetchFromGitHub, pythonOlder, buildPythonPackage, gfortran, mock, xarray, wrapt, numpy, netcdf4}:
|
{lib, fetchFromGitHub, pythonOlder, buildPythonPackage, gfortran, mock, xarray, wrapt, numpy, netcdf4, setuptools}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "wrf-python";
|
pname = "wrf-python";
|
||||||
version = "1.3.1.1";
|
version = "1.3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NCAR";
|
owner = "NCAR";
|
||||||
repo = "wrf-python";
|
repo = "wrf-python";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "12mm7x1r5md6x28vmwyh6k655pgsv6knj8ycmjbxxk8bk7qsj74h";
|
sha256 = "1rklkki54z5392cpwwy78bnmsy2ghc187l3j7nv0rzn6jk5bvyi7";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
wrapt
|
wrapt
|
||||||
numpy
|
numpy
|
||||||
|
setuptools
|
||||||
xarray
|
xarray
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -39,4 +40,4 @@ buildPythonPackage rec {
|
|||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ mhaselsteiner ];
|
maintainers = with lib.maintainers; [ mhaselsteiner ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user