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

python312Packages.bthome-ble: 3.8.0 -> 3.8.1
This commit is contained in:
Nick Cao 2024-03-18 13:40:54 -07:00 committed by GitHub
commit 8525cb9fd2
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.8.0";
version = "3.8.1";
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-P+37i7E1/OF3XKC828ycxYC9Zw+b8Bw5XrfPbL6sPVY=";
hash = "sha256-eaRFHrISxYovQLtNUPrgNw3ATClHqpZ+Us+JGmNNbyY=";
};
nativeBuildInputs = [