Skip to content

Commit 628f796

Browse files
committed
python312Packages.withings-sync: 4.2.4 -> 4.2.5
1 parent 625941e commit 628f796

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
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

2727
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)