Fabian Affolter
2025-08-07 10:48:59 +02:00
parent 00089cfba8
commit d18fdcd52b
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "inkbird-ble";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "inkbird-ble";
tag = "v${version}";
hash = "sha256-J3BT4KZ5Kzoc8vwbsXbhZJ+qkeggYomGE0JedxNTPaQ=";
hash = "sha256-Dwp65FKtqJbgux+T3Ql09sDy6m8CCeK26aDKM3I3eJo=";
};
build-system = [ poetry-core ];