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

python312Packages.bthome-ble: 3.6.0 -> 3.7.0
This commit is contained in:
Nick Cao 2024-03-09 10:59:12 -05:00 committed by GitHub
commit cf42c444b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,8 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "3.6.0";
format = "pyproject";
version = "3.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bthome-ble";
rev = "refs/tags/v${version}";
hash = "sha256-CgPmBZGciK5WsDc46B+v7FmDRwRjxt7VasZg+3xSLN0=";
hash = "sha256-ALLeJdEYCFtGZb7dO7xW8Mv331kmQpl0e/CUt9erjHc=";
};
nativeBuildInputs = [