Loading pkgs/development/python-modules/xarray/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "xarray"; version = "2024.07.0"; version = "2024.09.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "pydata"; repo = "xarray"; rev = "refs/tags/v${version}"; hash = "sha256-pt0qnkgf3E/QQHQAaZLommakhqEJ4NuTyjx5tdk2N1U="; hash = "sha256-ZrqdpzcNjZMxET355PRWQaUPjvFm+m2y71F7qt8DCjg="; }; build-system = [ Loading @@ -42,10 +42,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "xarray" ]; meta = with lib; { meta = { changelog = "https://github.com/pydata/xarray/blob/${src.rev}/doc/whats-new.rst"; description = "N-D labeled arrays and datasets in Python"; homepage = "https://github.com/pydata/xarray"; license = licenses.asl20; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ doronbehar ]; }; } Loading
pkgs/development/python-modules/xarray/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "xarray"; version = "2024.07.0"; version = "2024.09.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "pydata"; repo = "xarray"; rev = "refs/tags/v${version}"; hash = "sha256-pt0qnkgf3E/QQHQAaZLommakhqEJ4NuTyjx5tdk2N1U="; hash = "sha256-ZrqdpzcNjZMxET355PRWQaUPjvFm+m2y71F7qt8DCjg="; }; build-system = [ Loading @@ -42,10 +42,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "xarray" ]; meta = with lib; { meta = { changelog = "https://github.com/pydata/xarray/blob/${src.rev}/doc/whats-new.rst"; description = "N-D labeled arrays and datasets in Python"; homepage = "https://github.com/pydata/xarray"; license = licenses.asl20; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ doronbehar ]; }; }