Skip to content

Commit

Permalink
python312Packages.distributed: 2024.8.1 -> 2024.8.2 (#338540)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Sep 8, 2024
2 parents 4f67339 + 14b7ee1 commit 3e51623
Showing 1 changed file with 2 additions and 2 deletions.
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.8.1";
version = "2024.8.2";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "distributed";
rev = "refs/tags/${version}";
hash = "sha256-LKf0z/xGvMVjoG02G2doS/XOiDN2/PmR72rCmwaQqtM=";
hash = "sha256-RvaWczbj/afOqTo9WPLJBkPG6li/TUwe84NS08zQMtY=";
};

postPatch = ''
Expand Down

0 comments on commit 3e51623

Please sign in to comment.