python3Packages.thermobeacon-ble: 0.10.0 -> 1.0.0

This commit is contained in:
R. Ryantm
2025-10-13 23:21:06 +00:00
parent 99feb07217
commit 5dff919f2f
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "thermobeacon-ble";
version = "0.10.0";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = "thermobeacon-ble";
tag = "v${version}";
hash = "sha256-+WQWb1D1Rw5KE4fvu55WYF2YsQY48MWtPA26G5MB6aY=";
hash = "sha256-ij8g1bq9xmHLSHf2O69H6laK+KsEmW7E+hXv52/iJkY=";
};
build-system = [ poetry-core ];