Merge pull request #262725 from r-ryantm/auto-update/python311Packages.aiowithings

python311Packages.aiowithings: 0.4.4 -> 1.0.0
This commit is contained in:
Fabian Affolter
2023-10-23 10:14:47 +02:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiowithings";
version = "0.4.4";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-withings";
rev = "refs/tags/v${version}";
hash = "sha256-YmTYwj3Udo1Pev25LLvY7757BR0h44aefqIe8b8FlTc=";
hash = "sha256-3necwO/EpjWD1fAItqsZJKgv0CIBklxcM1jNRPxhSVY=";
};
postPatch = ''