Fabian Affolter
2025-09-19 13:45:37 +02:00
parent 35a9755220
commit 2a393fc9f3
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "thermopro-ble";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = "thermopro-ble";
tag = "v${version}";
hash = "sha256-AlMwpDUFNz98KZRLi9TVqZ9sPXdLcVCvvVa0PXlv4q4=";
hash = "sha256-m4koagyGOOuwFCctQK1oz5riwCbrC0I8js+bnrHxwMY=";
};
build-system = [ poetry-core ];