python3Packages.sensorpro-ble: 0.7.1 -> 1.0.0 (#451473)

This commit is contained in:
Fabian Affolter
2025-10-13 09:50:16 +00:00
committed by GitHub
@@ -7,22 +7,19 @@
poetry-core,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
sensor-state-data,
}:
buildPythonPackage rec {
pname = "sensorpro-ble";
version = "0.7.1";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "sensorpro-ble";
tag = "v${version}";
hash = "sha256-/brgy3B/Hqgu1M4xmjciXJx25btN/iFgjT0TgTdij2o=";
hash = "sha256-DsISsczQCGtLc15VJrZvggDZDmYNuEKkabrAHcDZmWE=";
};
build-system = [ poetry-core ];