buildbot: 2.9.1 -> 2.9.2

This commit is contained in:
Ben Wolsieffer
2020-12-08 22:16:52 -05:00
parent 2b8515d770
commit ec7838747c
4 changed files with 9 additions and 9 deletions

View File

@@ -25,11 +25,11 @@ let
package = buildPythonPackage rec {
pname = "buildbot";
version = "2.9.1";
version = "2.9.2";
src = fetchPypi {
inherit pname version;
sha256 = "0jh9haxh2mz41ksq86nmgh9xmrrklsjfsvxzymcjiafxnks7jywl";
sha256 = "019xfxjnyfi69d5sm3alvib24g8giqlvc102p8hqg8mfm7hc9z2v";
};
propagatedBuildInputs = [