Skip to content

Commit

Permalink
python311Packages.dask-expr: 1.1.6 -> 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jul 6, 2024
1 parent 9a5e6df commit 0a81893
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/dask-expr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
pyarrow,
distributed,
pytestCheckHook,
xarray
}:

buildPythonPackage rec {
pname = "dask-expr";
version = "1.1.6";
version = "1.1.7";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "dask-expr";
rev = "refs/tags/v${version}";
hash = "sha256-O0s7jrxjTkIAb6zW+NuG1PPHhRHndcLt11uYNyknO4A=";
hash = "sha256-3wQhADDS05soZq+oy75eBXIK0JQhochrRmtIqykuvOA=";
};

postPatch = ''
Expand All @@ -49,6 +50,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
distributed
pytestCheckHook
xarray
];

__darwinAllowLocalNetworking = true;
Expand Down

0 comments on commit 0a81893

Please sign in to comment.