Robert Schütz
2025-11-05 09:27:24 -08:00
parent fc4ddab57f
commit 02876ddc2f
@@ -5,24 +5,21 @@
poetry-core,
pytestCheckHook,
pytest-cov-stub,
pythonOlder,
}:
buildPythonPackage rec {
pname = "sensor-state-data";
version = "2.19.0";
format = "pyproject";
disabled = pythonOlder "3.9";
version = "2.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "sensor-state-data";
tag = "v${version}";
hash = "sha256-Jl+kyr9WhYEzvsnSdqfeDDWgcEU9Yi6Snd67YQ+1MqQ=";
hash = "sha256-ONAM1WxKnzRCJsuJa+4zDaOXPkTj+zcTH54SgktpMR8=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
nativeCheckInputs = [
pytestCheckHook