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-06-02 09:58:24 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 09:58:24 -0700
commita748ed5b9bf0fad71881bd112c407560323ebdc5 (patch)
treed1342fbd56c9519cf0c8fccdf2e589e53f5d262e /pkgs/development/python-modules/distributed
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
downloadnixpkgs-a748ed5b9bf0fad71881bd112c407560323ebdc5.tar
nixpkgs-a748ed5b9bf0fad71881bd112c407560323ebdc5.tar.gz
nixpkgs-a748ed5b9bf0fad71881bd112c407560323ebdc5.tar.bz2
nixpkgs-a748ed5b9bf0fad71881bd112c407560323ebdc5.tar.lz
nixpkgs-a748ed5b9bf0fad71881bd112c407560323ebdc5.tar.xz
nixpkgs-a748ed5b9bf0fad71881bd112c407560323ebdc5.tar.zst
nixpkgs-a748ed5b9bf0fad71881bd112c407560323ebdc5.zip
python37Packages.distributed: 1.27.1 -> 1.28.1
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 ae309b49ccc..2fd6829bc46 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.27.1";
+  version = "1.28.1";
 
   # get full repository need conftest.py to run tests
   src = fetchPypi {
     inherit pname version;
-    sha256 = "117q16ha03m8y9ydxg5svwx2cv1r2703hcy4a0zgjh5nhx4rfhiy";
+    sha256 = "12n487qn66jkgq4nd3vgyc9hfqw4i7zwr4dyybsqm4xmgs5kzn1v";
   };
 
   checkInputs = [ pytest pytest-repeat pytest-faulthandler pytest-timeout mock joblib ];