From e8783b82841b60709e34ebbff9f685b9c7239f33 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 6 Oct 2018 12:56:16 +0200 Subject: [PATCH] python: distributed: 1.23.1 -> 1.23.3 --- 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 694bc2ce4f94..65d0b1ab77f1 100644 --- a/pkgs/development/python-modules/distributed/default.nix +++ b/pkgs/development/python-modules/distributed/default.nix @@ -26,12 +26,12 @@ buildPythonPackage rec { pname = "distributed"; - version = "1.23.1"; + version = "1.23.3"; # get full repository need conftest.py to run tests src = fetchPypi { inherit pname version; - sha256 = "9d4693442efe40e05e4304fe6d8174989c6eb4bad1afe70480c98263ef8e1cdb"; + sha256 = "2d48a4de280fd7243ca76f9b12db5fe2486fc89dcdb510c77fa51f51733a04cc"; }; checkInputs = [ pytest pytest-repeat pytest-faulthandler pytest-timeout mock joblib ];