Skip to content

Commit c9a3c89

Browse files
authored
python312Packages.xarray: 2024.07.0 -> 2024.09.0 (#347355)
2 parents b598969 + 7e90c20 commit c9a3c89

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/development/python-modules/xarray/default.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "xarray";
16-
version = "2024.07.0";
16+
version = "2024.09.0";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "pydata";
2323
repo = "xarray";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-pt0qnkgf3E/QQHQAaZLommakhqEJ4NuTyjx5tdk2N1U=";
25+
hash = "sha256-ZrqdpzcNjZMxET355PRWQaUPjvFm+m2y71F7qt8DCjg=";
2626
};
2727

2828
build-system = [
@@ -42,10 +42,13 @@ buildPythonPackage rec {
4242

4343
pythonImportsCheck = [ "xarray" ];
4444

45-
meta = with lib; {
45+
meta = {
4646
changelog = "https://github.com/pydata/xarray/blob/${src.rev}/doc/whats-new.rst";
4747
description = "N-D labeled arrays and datasets in Python";
4848
homepage = "https://github.com/pydata/xarray";
49-
license = licenses.asl20;
49+
license = lib.licenses.asl20;
50+
maintainers = with lib.maintainers; [
51+
doronbehar
52+
];
5053
};
5154
}

0 commit comments

Comments
 (0)