about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiowithings
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-26 09:52:53 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-26 09:52:53 +0100
commit24b1546a509c28590bdeea1e6f66e186c2bfab35 (patch)
tree9f0e33fe5c59f0e62e81cd32c4376f65cacff8cb /pkgs/development/python-modules/aiowithings
parentdb2deb137edaa51ab8ce9b6e67c7c4f8def6cd42 (diff)
python311Packages.aiowithings: 1.0.2 -> 1.0.3
Diff: https://github.com/joostlek/python-withings/compare/refs/tags/v1.0.2...v1.0.3

Changelog: https://github.com/joostlek/python-withings/releases/tag/v1.0.3
Diffstat (limited to 'pkgs/development/python-modules/aiowithings')
-rw-r--r--pkgs/development/python-modules/aiowithings/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiowithings/default.nix b/pkgs/development/python-modules/aiowithings/default.nix
index acb6d6bf1e6cc..542511d2d3b13 100644
--- a/pkgs/development/python-modules/aiowithings/default.nix
+++ b/pkgs/development/python-modules/aiowithings/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "aiowithings";
-  version = "1.0.2";
+  version = "1.0.3";
   pyproject = true;
 
   disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "joostlek";
     repo = "python-withings";
     rev = "refs/tags/v${version}";
-    hash = "sha256-6yfhAMQIwhjKXlnN58bL9It8q6CXH9RxKBkB8BfSY1o=";
+    hash = "sha256-n76bpFIWUfztTDEg32uopxukAtvFT3tdbtqWOLghi4I=";
   };
 
   postPatch = ''