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

python311Packages.bthome-ble: 3.0.0 -> 3.1.0
This commit is contained in:
Nick Cao 2023-08-14 19:09:55 -06:00 committed by GitHub
commit 0e378c92f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "3.0.0";
version = "3.1.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bthome-ble";
rev = "refs/tags/v${version}";
hash = "sha256-dLXeJojGeiwPPxXES1qzay1kC/YiI6pKyxKD2z32Av8=";
hash = "sha256-CcLb+2UOLKwfBw3E51LJUZmLqpBw85nLXl1J/oFfEVs=";
};
nativeBuildInputs = [