13 buildPythonPackage rec {
14 pname = "withings-sync";
18 disabled = pythonOlder "3.10";
20 src = fetchFromGitHub {
21 owner = "jaroslawhartman";
22 repo = "withings-sync";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-4gxJwe8v4trTysGBNORX7C54EUzFIPwpVLfKSNxJ8y4=";
27 build-system = [ setuptools ];
36 pythonImportsCheck = [ "withings_sync" ];
39 description = "Synchronisation of Withings weight";
40 homepage = "https://github.com/jaroslawhartman/withings-sync";
41 changelog = "https://github.com/jaroslawhartman/withings-sync/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];
44 mainProgram = "withings-sync";