Merge pull request #277541 from r-ryantm/auto-update/python310Packages.withings-sync

python310Packages.withings-sync: 4.2.1 -> 4.2.2
This commit is contained in:
Nick Cao 2023-12-29 11:19:41 -05:00 committed by GitHub
commit 37b1a23fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "withings-sync";
version = "4.2.1";
version = "4.2.2";
pyproject = true;
disabled = pythonOlder "3.10";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jaroslawhartman";
repo = "withings-sync";
rev = "refs/tags/v${version}";
hash = "sha256-6igjUmgIA077/1SQMt10tRpnLVKxGFNJN1GeLhQLROg=";
hash = "sha256-p1coGTbMQ+zptFKVLW5qgSdoudo2AggGT8Xu+cSCCs4=";
};
nativeBuildInputs = [