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

python312Packages.bthome-ble: 3.9.0 -> 3.9.1
This commit is contained in:
Nick Cao 2024-06-06 13:20:08 -04:00 committed by GitHub
commit c424ae29a1
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.0";
version = "3.9.1";
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-umRPB0eUdFL4kIvqSfbw/Jzh7NZMY6WR4dK+1cyK3EI=";
hash = "sha256-v3SzzbdWRJISuF1THHlrvci4b+H1Zw/0e5iSEB0Scvw=";
};
postPatch = ''