mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-21 00:49:27 +03:00
python: wrf-python : 1.3.1.1 -> 1.3.2
This commit is contained in:
parent
d17a25d190
commit
263ee30a70
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue