We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ec86a2 + 3a5037b commit a194f9dCopy full SHA for a194f9d
pkgs/development/python-modules/dask-expr/default.nix
@@ -30,7 +30,7 @@ buildPythonPackage rec {
30
owner = "dask";
31
repo = "dask-expr";
32
rev = "refs/tags/v${version}";
33
- hash = "sha256-JLOTmpaKDyv4dgEM/dQFeQrD0OZcwNxBi7/pq/STJYY=";
+ hash = "sha256-z/+0d/mcC51rXfSCkVosc2iJ9SKHuKlPO+n/+SisQBg=";
34
};
35
36
postPatch = ''
0 commit comments