summary refs log tree commit diff
path: root/pkgs/development/python-modules/distributed
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 23:30:59 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 23:30:59 -0700
commit8a0ed4b0cf15e013b6969b8e9cc73dbc6ecba9f6 (patch)
tree063b895f99949605e86d271aa3fda8db0b4908c0 /pkgs/development/python-modules/distributed
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
downloadnixpkgs-8a0ed4b0cf15e013b6969b8e9cc73dbc6ecba9f6.tar
nixpkgs-8a0ed4b0cf15e013b6969b8e9cc73dbc6ecba9f6.tar.gz
nixpkgs-8a0ed4b0cf15e013b6969b8e9cc73dbc6ecba9f6.tar.bz2
nixpkgs-8a0ed4b0cf15e013b6969b8e9cc73dbc6ecba9f6.tar.lz
nixpkgs-8a0ed4b0cf15e013b6969b8e9cc73dbc6ecba9f6.tar.xz
nixpkgs-8a0ed4b0cf15e013b6969b8e9cc73dbc6ecba9f6.tar.zst
nixpkgs-8a0ed4b0cf15e013b6969b8e9cc73dbc6ecba9f6.zip
python37Packages.distributed: 1.28.1 -> 2.2.0
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
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 da082643e0f..8f51e6d9887 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.28.1";
+  version = "2.2.0";
 
   # get full repository need conftest.py to run tests
   src = fetchPypi {
     inherit pname version;
-    sha256 = "12n487qn66jkgq4nd3vgyc9hfqw4i7zwr4dyybsqm4xmgs5kzn1v";
+    sha256 = "0dfyw9if59hjdh6gnzc5w1p1isphybskdh8prm2s6nkx2d0x808i";
   };
 
   checkInputs = [ pytest pytest-repeat pytest-faulthandler pytest-timeout mock joblib ];