buildbot: 2.6.0 -> 2.7.0 (#81406)

This commit is contained in:
Ben Wolsieffer
2020-02-29 18:24:02 -05:00
committed by GitHub
parent b209cc7f76
commit 07727dbd16
5 changed files with 13 additions and 14 deletions

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "buildbot-pkg";
version = "2.6.0";
version = "2.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "07ynk46c9h47ibbdm93h15xbrzflsl4llm0jr4c8pm6krs6byb4z";
sha256 = "03zb09r8w8dvd9qas7h6gdwlqc7q482ikph6h3708lpnkn72xdkb";
};
postPatch = ''