buildbot: 2.5.1 -> 2.6.0 (#78335)

This commit is contained in:
Ben Wolsieffer
2020-01-23 20:31:04 -05:00
committed by Dmitry Kalinkin
parent c857a24d2e
commit 109f179e44
4 changed files with 11 additions and 11 deletions

View File

@@ -25,11 +25,11 @@ let
package = buildPythonPackage rec {
pname = "buildbot";
version = "2.5.1";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "13ddpcbndb22zlg9gjsf2pbgad45g1w5cg4a3z83085fkgnib7sr";
sha256 = "1l3ajhy68jddbgbizaa5hq65lgqkll6389hss4p2j36cbxbn7hiv";
};
propagatedBuildInputs = [