buildbot: 2.4.0 -> 2.4.1 (#69731)

This commit is contained in:
Ben Wolsieffer
2019-09-27 22:29:59 -04:00
committed by Dmitry Kalinkin
parent 6fd3fea4db
commit 31e2429e04
4 changed files with 11 additions and 11 deletions

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "buildbot-pkg";
version = "2.4.0";
version = "2.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "0na336jwibgbix8fr4jki1gqys44kkm0a8q32llcr2z08igs4mvy";
sha256 = "0dfx3b6w9b326a0jrgc42a5ki84ya7bvx10pm62bfcby0mixhd4y";
};
postPatch = ''