From 28232e21bb8757f0c02ec8844e281b58d72b0a5b Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Tue, 12 Mar 2019 14:47:58 -0700 Subject: [PATCH] python37Packages.distributed: 1.25.3 -> 1.26.0 (#57397) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-distributed/versions --- 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 29460f14eab..cc28b6e3606 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 = "1.25.3"; + version = "1.26.0"; # get full repository need conftest.py to run tests src = fetchPypi { inherit pname version; - sha256 = "0bvjlw74n0l4rgzhm876f66f7y6j09744i5h3iwlng2jwzyw97gs"; + sha256 = "1f5hnmkj89z3lgig6wbyrvwvd4vnhkm4rf7v2ndn79mpiv1c9zxr"; }; checkInputs = [ pytest pytest-repeat pytest-faulthandler pytest-timeout mock joblib ];