python312Packages.xarray: don't use with lib; in meta

This commit is contained in:
Doron Behar
2024-10-09 00:31:00 +03:00
parent 5509aba825
commit 3b8166bb64
@@ -42,10 +42,10 @@ 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;
};
}