Skip to content

Commit

Permalink
Merge pull request #100664 from r-ryantm/auto-update/python3.7-distri…
Browse files Browse the repository at this point in the history
…buted

python37Packages.distributed: 2.23.0 -> 2.30.0
  • Loading branch information
ryantm authored Oct 16, 2020
2 parents 6742cc7 + 9ad89f4 commit afe60ae
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 @@ -28,12 +28,12 @@

buildPythonPackage rec {
pname = "distributed";
version = "2.23.0";
version = "2.30.0";

# get full repository need conftest.py to run tests
src = fetchPypi {
inherit pname version;
sha256 = "469e505fd7ce75f600188bdb69a95641899d5b372f74246c8f308376b6929e9c";
sha256 = "3eb8e4173625cea6ebda2f0a079b813eeabbffd1b24584855cf063ed1cca60b3";
};

disabled = pythonOlder "3.6";
Expand Down

0 comments on commit afe60ae

Please sign in to comment.