python3Packages.oralb-ble: 1.0.0 -> 1.0.2 (#451867)

This commit is contained in:
Nick Cao
2025-10-14 21:48:02 +00:00
committed by GitHub
@@ -11,21 +11,18 @@
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "oralb-ble";
version = "1.0.0";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "oralb-ble";
tag = "v${version}";
hash = "sha256-2uXfsWt8MW/neeh2HR59u0jOVXwjt4IM2DGR+vuvi2c=";
hash = "sha256-NKNglslwEltThQ3fto++WNYRyjWVt9UmsFmps651dpM=";
};
build-system = [ poetry-core ];