python312Packages.bthome-ble: 3.9.3 -> 3.10.0

This commit is contained in:
R. Ryantm
2024-08-23 18:09:53 +00:00
parent 5b36ae93b0
commit 9b4f2d3046
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "3.9.3";
version = "3.10.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bthome-ble";
rev = "refs/tags/v${version}";
hash = "sha256-T6R3w8ZatgB73/rM5GLS9dBp3E1rvbqHo+QS6GHHI4w=";
hash = "sha256-oGhj1LsglD5d0i5ltpRZ1GvxsntTEoX6NzdrkHpml7E=";
};
postPatch = ''