Loading pkgs/development/python-modules/nutils/default.nix +11 −4 Original line number Diff line number Diff line Loading @@ -5,14 +5,16 @@ , numpy , treelog , stringly , flit-core , bottombar , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "nutils"; version = "7.2"; format = "setuptools"; version = "7.3"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -20,13 +22,18 @@ buildPythonPackage rec { owner = "evalf"; repo = "nutils"; rev = "refs/tags/v${version}"; hash = "sha256-KCvUBE3qbX6v1HahBj4/jjM8ujvFGtWNuH1D+bTHrQ0="; hash = "sha256-3VtQFnR8vihxoIyRkbE1a1Rs8Np3/79PWNKReTBZDg8="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ numpy treelog stringly bottombar ]; nativeCheckInputs = [ Loading @@ -44,9 +51,9 @@ buildPythonPackage rec { meta = with lib; { description = "Numerical Utilities for Finite Element Analysis"; changelog = "https://github.com/evalf/nutils/releases/tag/v${version}"; homepage = "https://www.nutils.org/"; license = licenses.mit; broken = stdenv.hostPlatform.isAarch64; maintainers = with maintainers; [ Scriptkiddi ]; }; } Loading
pkgs/development/python-modules/nutils/default.nix +11 −4 Original line number Diff line number Diff line Loading @@ -5,14 +5,16 @@ , numpy , treelog , stringly , flit-core , bottombar , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "nutils"; version = "7.2"; format = "setuptools"; version = "7.3"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -20,13 +22,18 @@ buildPythonPackage rec { owner = "evalf"; repo = "nutils"; rev = "refs/tags/v${version}"; hash = "sha256-KCvUBE3qbX6v1HahBj4/jjM8ujvFGtWNuH1D+bTHrQ0="; hash = "sha256-3VtQFnR8vihxoIyRkbE1a1Rs8Np3/79PWNKReTBZDg8="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ numpy treelog stringly bottombar ]; nativeCheckInputs = [ Loading @@ -44,9 +51,9 @@ buildPythonPackage rec { meta = with lib; { description = "Numerical Utilities for Finite Element Analysis"; changelog = "https://github.com/evalf/nutils/releases/tag/v${version}"; homepage = "https://www.nutils.org/"; license = licenses.mit; broken = stdenv.hostPlatform.isAarch64; maintainers = with maintainers; [ Scriptkiddi ]; }; }