python: hbmqtt: 0.9.2 -> 0.9.4
This commit is contained in:
parent
b2a31e10d1
commit
494f969cd7
1 changed files with 2 additions and 9 deletions
|
@ -3,22 +3,15 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hbmqtt";
|
pname = "hbmqtt";
|
||||||
version = "0.9.2";
|
version = "0.9.4";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6f61e05007648a4f33e300fafcf42776ca95508ba1141799f94169427ce5018c";
|
sha256 = "48f2f3ef2beb9924a4c2c10263630e65cf8d11f72c812748a0b2c1b09499602b";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/beerfactory/hbmqtt/commit/75a85d1ea4cb41f2a15f2681d3114da7158942ae.patch";
|
|
||||||
sha256 = "0bl4v5zxp4kz2w7riwrx48f7yqmp7pxg79g9qavkda0i85lxswnp";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ transitions websockets passlib docopt pyyaml ];
|
propagatedBuildInputs = [ transitions websockets passlib docopt pyyaml ];
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
|
Loading…
Reference in a new issue