Merge pull request #335630 from r-ryantm/auto-update/python312Packages.aiowithings

python312Packages.aiowithings: 3.0.2 -> 3.0.3
This commit is contained in:
Pol Dellaiera 2024-08-18 22:53:46 +02:00 committed by GitHub
commit e00cce55eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aiowithings";
version = "3.0.2";
version = "3.0.3";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-withings";
rev = "refs/tags/v${version}";
hash = "sha256-UKAfEBMybi9536QIDARATZYAs2CHQzFBIVorzwsnrQo=";
hash = "sha256-YM+7raD5Wp+pC+R4DV92QN5E+TlNoMnt5M+n6Ax0W9k=";
};
postPatch = ''