Merge pull request #228795 from fabaff/bthome-ble-bump

python310Packages.bthome-ble: 2.9.0 -> 2.10.1
This commit is contained in:
Nick Cao
2023-04-29 11:12:53 +08:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "2.9.0";
version = "2.10.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-qVPlrj6EVTPJ/HiwynIg6iuJzUGb6Lan/QKC29C2YNk=";
hash = "sha256-pwhq8MAy2FueddEZgAYgsDs7eCrK/bStUhNDhfa+zqk=";
};
nativeBuildInputs = [