python3Packages.withings-sync: 5.3.0 -> 5.3.2

This commit is contained in:
R. Ryantm
2026-03-28 17:38:44 +00:00
parent b1a5822d12
commit 707a0363db
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "withings-sync";
version = "5.3.0";
version = "5.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "jaroslawhartman";
repo = "withings-sync";
tag = "v${version}";
hash = "sha256-Q9zOXQIdl4jpCK6a5Xp4kZK67MqudX0thDAkRmdL3AQ=";
hash = "sha256-1pDM5paSXPQCOG5LRFxnp19K1iHcsfrGC9e7SEyxUDs=";
};
postPatch = ''