python3Packages.bthome-ble: 3.13.0 -> 3.13.1

This commit is contained in:
R. Ryantm
2025-06-24 09:32:29 +00:00
parent 8ad467f6d5
commit e675b86051
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "bthome-ble";
version = "3.13.0";
version = "3.13.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bthome-ble";
tag = "v${version}";
hash = "sha256-e6R3Qjj82z0E+gIxqDVM08Op3KlK9ZG1iNmkqqIEjWY=";
hash = "sha256-oGFjWe9e386EPAJGKL8Qk55iXoyW3rXuyG7ElyQYurg=";
};
build-system = [ poetry-core ];