Fabian Affolter 2023-11-26 09:52:53 +01:00
parent db2deb137e
commit 24b1546a50

View file

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiowithings"; pname = "aiowithings";
version = "1.0.2"; version = "1.0.3";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "joostlek"; owner = "joostlek";
repo = "python-withings"; repo = "python-withings";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-6yfhAMQIwhjKXlnN58bL9It8q6CXH9RxKBkB8BfSY1o="; hash = "sha256-n76bpFIWUfztTDEg32uopxukAtvFT3tdbtqWOLghi4I=";
}; };
postPatch = '' postPatch = ''