python313Packages.thermopro-ble: 1.0.0 -> 1.1.0 (#444324)

This commit is contained in:
Fabian Affolter
2025-09-19 13:18:17 +00:00
committed by GitHub
@@ -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 ];