Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
python: distributed: 1.23.1 -> 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Oct 13, 2018
1 parent 83d47c5 commit e8783b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/distributed/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit e8783b8

Please sign in to comment.