1 { lib, buildPythonPackage, fetchPypi
6 buildPythonPackage rec {
7 pname = "github-webhook";
11 inherit pname version;
12 sha256 = "b2444dbfd03deda35792bd00ebd1692597c2605c61445da79da6322afaca7a8d";
15 propagatedBuildInputs = [ flask six ];
21 description = "A framework for writing webhooks for GitHub";
22 homepage = "https://github.com/bloomberg/python-github-webhook";
23 license = licenses.mit;