From b0ca8e91d2e804d2df7dede1de8e155c87cd2445 Mon Sep 17 00:00:00 2001 From: kyehn Date: Fri, 22 May 2026 22:06:58 +0000 Subject: [PATCH] python3Packages.withings-sync: 5.3.2 -> 6.0.2 --- .../python-modules/withings-sync/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/withings-sync/default.nix b/pkgs/development/python-modules/withings-sync/default.nix index 9a55b19272d7..41fd81a20f20 100644 --- a/pkgs/development/python-modules/withings-sync/default.nix +++ b/pkgs/development/python-modules/withings-sync/default.nix @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, - garth, + garminconnect, importlib-resources, lxml, poetry-core, @@ -12,14 +12,14 @@ buildPythonPackage (finalAttrs: { pname = "withings-sync"; - version = "5.3.2"; + version = "6.0.2"; pyproject = true; src = fetchFromGitHub { owner = "jaroslawhartman"; repo = "withings-sync"; tag = "v${finalAttrs.version}"; - hash = "sha256-1pDM5paSXPQCOG5LRFxnp19K1iHcsfrGC9e7SEyxUDs="; + hash = "sha256-z0rVUFBbPff6xfItLQqbt+uN5Qe/BbVLAH1xMVUSfpA="; }; postPatch = '' @@ -27,10 +27,12 @@ buildPythonPackage (finalAttrs: { --replace-fail "1.0.0.dev1" "${finalAttrs.version}" ''; + pythonRelaxDeps = [ "garminconnect" ]; + build-system = [ poetry-core ]; dependencies = [ - garth + garminconnect importlib-resources lxml python-dotenv