Merge pull request #145144 from fabaff/bump-asyncio-mqtt
This commit is contained in:
@@ -8,17 +8,21 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "asyncio_mqtt";
|
||||
version = "0.10.0";
|
||||
pname = "asyncio-mqtt";
|
||||
version = "0.11.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0s94dvgh1fazycppki5m6f9d60hc4ykhqfznlzpwl4dzknxplpsz";
|
||||
pname = "asyncio_mqtt";
|
||||
inherit version;
|
||||
sha256 = "sha256-uJown3bNA+pLJlorJcCjpMMFosX94gt/2tLAjIkuXLA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
paho-mqtt
|
||||
] ++ lib.optional (pythonOlder "3.7") async_generator;
|
||||
] ++ lib.optional (pythonOlder "3.7") [
|
||||
async_generator
|
||||
];
|
||||
|
||||
doCheck = false; # no tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user