python3Packages.xarray: 2024.07.0 -> 2024.09.0

https://github.com/pydata/xarray/blob/refs/tags/v2024.09.0/doc/whats-new.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:44 +02:00
parent dca718cf4b
commit 178bfb95c5
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "xarray";
version = "2024.07.0";
version = "2024.09.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -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 = [