about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-29 11:19:41 -0500
committerGitHub <noreply@github.com>2023-12-29 11:19:41 -0500
commit37b1a23fc9508121b14d2cf43cd794c560f39ce2 (patch)
treef72672f69d19933f8efc88d8d07a230edf80ea64
parent086593f7a7a2ac64105f5f4d8bf960ec9863cc51 (diff)
parent3def6e473c41d8b5b97de959bb0c808649c4d862 (diff)
Merge pull request #277541 from r-ryantm/auto-update/python310Packages.withings-sync
python310Packages.withings-sync: 4.2.1 -> 4.2.2
-rw-r--r--pkgs/development/python-modules/withings-sync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/withings-sync/default.nix b/pkgs/development/python-modules/withings-sync/default.nix
index 60cce387fa626..0e57cd5b7914a 100644
--- a/pkgs/development/python-modules/withings-sync/default.nix
+++ b/pkgs/development/python-modules/withings-sync/default.nix
@@ -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 = [