Skip to content

Commit

Permalink
Merge pull request #324891 from GaetanLepage/dask
Browse files Browse the repository at this point in the history
python311Packages.dask: 2024.6.2 -> 2024.7.0
  • Loading branch information
natsukium authored Jul 7, 2024
2 parents 6134a2c + 0a81893 commit acc2faf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dask/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
let
self = buildPythonPackage rec {
pname = "dask";
version = "2024.6.2";
version = "2024.7.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -50,7 +50,7 @@ let
owner = "dask";
repo = "dask";
rev = "refs/tags/${version}";
hash = "sha256-5jG9hx1tZkqLwjWF73Fm2oJBuejbq4a7GP9fMd8hRJg=";
hash = "sha256-EvDn7i4GOEHYwhptYF+2yKUb3VDWjR7/WCUGKEJi/H4=";
};

build-system = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/distributed/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

buildPythonPackage rec {
pname = "distributed";
version = "2024.6.2";
version = "2024.7.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "distributed";
rev = "refs/tags/${version}";
hash = "sha256-GgW9BtTqjac+olAGg+LOO+lTopuUukVUmQ0ZWsMJOc8=";
hash = "sha256-Nf/TOLqBaYhezXcBJPMvBwkP+cH5BnN5rxGqLMAb/8U=";
};

postPatch = ''
Expand Down

0 comments on commit acc2faf

Please sign in to comment.