python312Packages.withings-sync: 4.2.5 -> 4.2.6 (#359780)

This commit is contained in:
Fabian Affolter 2024-11-29 15:30:49 +01:00 committed by GitHub
commit 62510f7f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "withings-sync";
version = "4.2.5";
version = "4.2.6";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,9 +21,14 @@ buildPythonPackage rec {
owner = "jaroslawhartman";
repo = "withings-sync";
rev = "refs/tags/v${version}";
hash = "sha256-4gxJwe8v4trTysGBNORX7C54EUzFIPwpVLfKSNxJ8y4=";
hash = "sha256-rljzE/sEVBqG2vWcKmoC2fm9I06onMmDkf60rkq9k3g=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail 'read(".VERSION")' '"${version}"'
'';
build-system = [ setuptools ];
dependencies = [