16 buildPythonPackage rec {
19 format = "setuptools";
21 src = fetchFromGitHub {
23 repo = "mixpanel-python";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-jV2NLEc23uaI5Q7ZXDwGaZV9iAKQLMAETRTw8epZwQA=";
28 propagatedBuildInputs = [
40 homepage = "https://github.com/mixpanel/mixpanel-python";
41 description = "Official Mixpanel Python library";
42 license = licenses.asl20;
43 maintainers = with maintainers; [