Skip to content

Commit 3a09f95

Browse files
authored
Merge pull request #336107 from r-ryantm/auto-update/python312Packages.withings-sync
python312Packages.withings-sync: 4.2.4 -> 4.2.5
2 parents 71aa110 + 711c7c8 commit 3a09f95

File tree

1 file changed

+6
-6
lines changed
  • pkgs/development/python-modules/withings-sync

1 file changed

+6
-6
lines changed

pkgs/development/python-modules/withings-sync/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212

1313
buildPythonPackage rec {
1414
pname = "withings-sync";
15-
version = "4.2.4";
15+
version = "4.2.5";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.10";
1919

2020
src = fetchFromGitHub {
2121
owner = "jaroslawhartman";
2222
repo = "withings-sync";
23-
rev = "refs/tags/v.${version}";
24-
hash = "sha256-nFYEtQob3x6APWDKCVP5p+qkKmgvXIcmegp/6ZRbDQA=";
23+
rev = "refs/tags/v${version}";
24+
hash = "sha256-4gxJwe8v4trTysGBNORX7C54EUzFIPwpVLfKSNxJ8y4=";
2525
};
2626

27-
nativeBuildInputs = [ setuptools ];
27+
build-system = [ setuptools ];
2828

29-
propagatedBuildInputs = [
29+
dependencies = [
3030
garth
3131
lxml
3232
python-dotenv
@@ -37,10 +37,10 @@ buildPythonPackage rec {
3737

3838
meta = with lib; {
3939
description = "Synchronisation of Withings weight";
40-
mainProgram = "withings-sync";
4140
homepage = "https://github.com/jaroslawhartman/withings-sync";
4241
changelog = "https://github.com/jaroslawhartman/withings-sync/releases/tag/v${version}";
4342
license = licenses.mit;
4443
maintainers = with maintainers; [ fab ];
44+
mainProgram = "withings-sync";
4545
};
4646
}

0 commit comments

Comments
 (0)