aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/distributed
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-14 14:03:02 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-15 00:32:01 -0800
commitfa962c1d243aaed47d4f083bff013d55f85addd0 (patch)
tree516dcff78f458232a1803c52be6490c65a0b3b60 /pkgs/development/python-modules/distributed
parent0e77efac27638eea96e7be01f611c132803c8fb1 (diff)
python37Packages.distributed: 2.30.0 -> 2.30.1
Diffstat (limited to 'pkgs/development/python-modules/distributed')
-rw-r--r--pkgs/development/python-modules/distributed/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/distributed/default.nix b/pkgs/development/python-modules/distributed/default.nix
index 0267e959e5ba..f4be407fade2 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.30.0";
+ version = "2.30.1";
# get full repository need conftest.py to run tests
src = fetchPypi {
inherit pname version;
- sha256 = "3eb8e4173625cea6ebda2f0a079b813eeabbffd1b24584855cf063ed1cca60b3";
+ sha256 = "1421d3b84a0885aeb2c4bdc9e8896729c0f053a9375596c9de8864e055e2ac8e";
};
disabled = pythonOlder "3.6";