python312Packages.dask-expr: 1.1.19 -> 1.1.21

Diff:
https://github.com/dask/dask-expr/compare/refs/tags/v1.1.19...v1.1.21
This commit is contained in:
Gaetan Lepage
2024-12-19 15:45:16 +01:00
parent ce2f008742
commit ca78c3e4d9
@@ -15,19 +15,19 @@
# checks
distributed,
pytestCheckHook,
xarray
xarray,
}:
buildPythonPackage rec {
pname = "dask-expr";
version = "1.1.19";
version = "1.1.21";
pyproject = true;
src = fetchFromGitHub {
owner = "dask";
repo = "dask-expr";
rev = "refs/tags/v${version}";
hash = "sha256-Uze6YxNEuy5izx4tqORgCjD+ItH9Hf1vrbXU7fn4o1M=";
tag = "v${version}";
hash = "sha256-WvPdvsKorEnHqf+q26+0VbAEriv6CI1UsNhYPRcMu+A=";
};
postPatch = ''