python3Packages.home-assistant-bluetooth: 1.6.0 -> 1.8.1
https://github.com/home-assistant-libs/home-assistant-bluetooth/releases/tag/v1.8.1 https://github.com/home-assistant-libs/home-assistant-bluetooth/releases/tag/v1.8.0 https://github.com/home-assistant-libs/home-assistant-bluetooth/releases/tag/v1.7.0
This commit is contained in:
@@ -2,14 +2,16 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, cython
|
||||
, poetry-core
|
||||
, setuptools
|
||||
, bleak
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "home-assistant-bluetooth";
|
||||
version = "1.6.0";
|
||||
version = "1.8.1";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
@@ -17,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "home-assistant-libs";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-6w940Yn0WgVC0Rn9OX40+6hO4maPSC7VrT3ARD8CIjQ=";
|
||||
hash = "sha256-oOrsZmAXLYsJ19DrQ70O0RpeSz8Jn8oD41Tsc5DVUng=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -26,7 +28,9 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
cython
|
||||
poetry-core
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user