python312Packages.dask-expr: 1.1.15 -> 1.1.16

Diff: https://github.com/dask/dask-expr/compare/refs/tags/v1.1.15...v1.1.16
This commit is contained in:
Gaetan Lepage 2024-10-17 16:00:27 +02:00
parent cdd1b4a9c1
commit 804e3cb309

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "dask-expr";
version = "1.1.15";
version = "1.1.16";
pyproject = true;
src = fetchFromGitHub {
owner = "dask";
repo = "dask-expr";
rev = "refs/tags/v${version}";
hash = "sha256-b5nY3srMADzYZ0GYCeyUfxhJLm7E4dTbM7qrsCR9d7A=";
hash = "sha256-7c0P+UTdjyOPdj0AM38TysNdbegT6N1iKKg6Kdgu8jI=";
};
postPatch = ''