14 buildPythonPackage rec {
15 pname = "aiowithings";
19 disabled = pythonOlder "3.11";
21 src = fetchFromGitHub {
23 repo = "python-withings";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-+pIIVCR+QsW9M3pH9Ss3dMvkeKM1OdhQ1y+s/T6pHtk=";
29 substituteInPlace pyproject.toml \
37 propagatedBuildInputs = [
49 pythonImportsCheck = [
54 description = "Module to interact with Withings";
55 homepage = "https://github.com/joostlek/python-withings";
56 changelog = "https://github.com/joostlek/python-withings/releases/tag/v${version}";
57 license = licenses.mit;
58 maintainers = with maintainers; [ fab ];