python311Packages.dask-expr: 1.1.5 -> 1.1.6

Diff: https://github.com/dask/dask-expr/compare/refs/tags/v1.1.5...v1.1.6
This commit is contained in:
Gaetan Lepage
2024-06-25 09:04:55 +02:00
parent 0026fe33ef
commit fa15392ded
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dask-expr";
version = "1.1.5";
version = "1.1.6";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "dask-expr";
rev = "refs/tags/v${version}";
hash = "sha256-ON2Fyyq5fa0TgS28v6FAbR6MpI1k8EOS8HWchfZyT+g=";
hash = "sha256-O0s7jrxjTkIAb6zW+NuG1PPHhRHndcLt11uYNyknO4A=";
};
postPatch = ''