python311Packages.bthome-ble: 3.3.1 -> 3.4.1
Diff: https://github.com/Bluetooth-Devices/bthome-ble/compare/refs/tags/v3.3.1...v3.4.1 Changelog: https://github.com/bluetooth-devices/bthome-ble/blob/v3.4.1/CHANGELOG.md
This commit is contained in:
parent
211f1033b7
commit
ec80f162fa
@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bthome-ble";
|
||||
version = "3.3.1";
|
||||
version = "3.4.1";
|
||||
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-dFnEgUmmB9P8bKownMp0NsTWPAeMmdKiaxII3O1gT6A=";
|
||||
hash = "sha256-1Srimb+MfWiX5NdmDQHJsmn6LatWd8nmXaB4uXdHKWY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user