buildbot: 2.8.1 -> 2.8.2 (#90383)

This commit is contained in:
Ben Wolsieffer
2020-06-15 13:51:29 -04:00
committed by GitHub
parent e8a39c8acf
commit 92f39f763e
4 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ buildPythonPackage (rec {
src = fetchPypi {
inherit pname version;
sha256 = "1cba1zmm3gfw3ikax7q4vbrxnvjxlby79x5lc4fg9c3igbm0nmwj";
sha256 = "0p1w6ailp6xpa6ckl5prj413ilxx5s3lga5mzqxj9nn00vni8ik2";
};
propagatedBuildInputs = [ twisted future ];