From 9ad89f4e3253630a4116544b0c5d8d60ad46a863 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 15 Oct 2020 23:18:59 +0000 Subject: [PATCH] python37Packages.distributed: 2.23.0 -> 2.30.0 --- pkgs/development/python-modules/distributed/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/distributed/default.nix b/pkgs/development/python-modules/distributed/default.nix index 91f6f06f6d9..0267e959e5b 100644 --- a/pkgs/development/python-modules/distributed/default.nix +++ b/pkgs/development/python-modules/distributed/default.nix @@ -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";