python3Packages.thermopro-ble: 0.13.1 -> 1.0.0 (#442593)

This commit is contained in:
Fabian Affolter
2025-09-13 15:21:36 +00:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "thermopro-ble";
version = "0.13.1";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = "thermopro-ble";
tag = "v${version}";
hash = "sha256-FgobrgMA+YbmI5VxdzCgYipSLGRK6+uIOTMy9P4Aeos=";
hash = "sha256-AlMwpDUFNz98KZRLi9TVqZ9sPXdLcVCvvVa0PXlv4q4=";
};
build-system = [ poetry-core ];