python312Packages.dask-expr: fix hash (#369293)

This commit is contained in:
Gaétan Lepage
2024-12-30 21:54:31 +01:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "dask-expr";
tag = "v${version}";
hash = "sha256-WvPdvsKorEnHqf+q26+0VbAEriv6CI1UsNhYPRcMu+A=";
hash = "sha256-t1vPlTxV5JYArg/a7CzPP13NHbstEoCgHRmd8Y9mDfA=";
};
postPatch = ''