Merge pull request #336830 from r-ryantm/auto-update/python312Packages.bthome-ble

python312Packages.bthome-ble: 3.9.3 -> 3.10.0
This commit is contained in:
Fabian Affolter 2024-08-23 20:37:37 +02:00 committed by GitHub
commit cfd8eb1953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''