python310Packages.bthome-ble: 0.3.6 -> 0.3.7
This commit is contained in:
parent
fb570e9074
commit
4384daf7e2
@ -1,4 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
|
, bluetooth-data-tools
|
||||||
, bluetooth-sensor-state-data
|
, bluetooth-sensor-state-data
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
@ -11,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bthome-ble";
|
pname = "bthome-ble";
|
||||||
version = "0.3.6";
|
version = "0.3.7";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -20,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "Bluetooth-Devices";
|
owner = "Bluetooth-Devices";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Y8BKBi5DZYpUtcJS6lLD+dVPhtL2xavQcPymVhdl7Zw=";
|
hash = "sha256-Gm+x8+wsfCb8ZbktGL7JMM3by6rMM1XsyyHbqMGKy8I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -28,6 +29,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
bluetooth-data-tools
|
||||||
bluetooth-sensor-state-data
|
bluetooth-sensor-state-data
|
||||||
sensor-state-data
|
sensor-state-data
|
||||||
pycryptodomex
|
pycryptodomex
|
||||||
|
Loading…
Reference in New Issue
Block a user