python311Packages.dask-expr: 1.1.1 -> 1.1.2

Diff: https://github.com/dask/dask-expr/compare/refs/tags/v1.1.1...v1.1.2
This commit is contained in:
Gaetan Lepage
2024-05-31 23:23:22 +02:00
parent 01ac086541
commit 7aa1c9dca2
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dask-expr";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "dask-expr";
rev = "refs/tags/v${version}";
hash = "sha256-N+hvalSn8mwlAaN3Xhu+YxECORfLN4UHutwmeiGR9WI=";
hash = "sha256-Gvib8fyogIiOllDp4SoVQkGcIPHMo9e9AfJWDaZ5sTU=";
};
postPatch = ''