python311Packages.dask-expr: 1.1.3 -> 1.1.4

Diff: https://github.com/dask/dask-expr/compare/refs/tags/v1.1.3...v1.1.4
This commit is contained in:
Gaetan Lepage
2024-06-20 22:48:04 +02:00
parent 3bb7edec42
commit 2f3ea2a07f
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dask-expr";
version = "1.1.3";
version = "1.1.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "dask-expr";
rev = "refs/tags/v${version}";
hash = "sha256-20gVzmOnVWoPGrGcLp8nhAoiHWunaYZIXOxYho7ZhUs=";
hash = "sha256-ON2Fyyq5fa0TgS28v6FAbR6MpI1k8EOS8HWchfZyT+g=";
};
postPatch = ''