Merge pull request #141562 from fabaff/bump-velbus-aio

python3Packages.velbus-aio: 2021.9.4 -> 2021.10.1
This commit is contained in:
Fabian Affolter 2021-10-14 16:40:48 +02:00 committed by GitHub
commit 9c0de632d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ lib
, backoff
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
@ -8,7 +9,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2021.9.4";
version = "2021.10.1";
disabled = pythonOlder "3.7";
@ -16,10 +17,11 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = version;
sha256 = "sha256-WywJ70tVniUX9RZTh9aswHgCEvWTggzABhSWoSRydUc=";
sha256 = "sha256-vE25b95tWxsB+uJNVpXtY5AcJZo5qsBm6Jug1ckhz7k=";
};
propagatedBuildInputs = [
backoff
pyserial-asyncio
];
@ -27,7 +29,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ " velbusaio" ];
pythonImportsCheck = [
"velbusaio"
];
meta = with lib; {
description = "Python library to support the Velbus home automation system";