Skip to content

Commit 7e90c20

Browse files
committed
1 parent 36d1e27 commit 7e90c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 = [

0 commit comments

Comments
 (0)