python3Packages.sensorpro-ble: 0.7.1 -> 1.0.0

This commit is contained in:
R. Ryantm
2025-10-12 21:39:46 +00:00
parent 405a1a99e8
commit e57e09e2b5
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "sensorpro-ble";
version = "0.7.1";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "sensorpro-ble";
tag = "v${version}";
hash = "sha256-/brgy3B/Hqgu1M4xmjciXJx25btN/iFgjT0TgTdij2o=";
hash = "sha256-DsISsczQCGtLc15VJrZvggDZDmYNuEKkabrAHcDZmWE=";
};
build-system = [ poetry-core ];