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

python311Packages.bthome-ble: 3.7.0 -> 3.8.0
This commit is contained in:
Fabian Affolter 2024-03-12 07:34:14 +01:00 committed by GitHub
commit 7e8d4c4ebd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "3.7.0";
version = "3.8.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-ALLeJdEYCFtGZb7dO7xW8Mv331kmQpl0e/CUt9erjHc=";
hash = "sha256-P+37i7E1/OF3XKC828ycxYC9Zw+b8Bw5XrfPbL6sPVY=";
};
nativeBuildInputs = [