1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
4 pname = "python-simple-hipchat";
9 sha256 = "0zy6prrj85jjc4xmxgfg8h94j81k6zhfxfffcbvq9b10jis1rgav";
13 description = "Easy peasy wrapper for HipChat's v1 API";
14 homepage = "https://github.com/kurttheviking/simple-hipchat-py";
15 license = licenses.mit;