Fabian Affolter
2024-12-07 00:37:19 +01:00
parent a01ee2f7f3
commit 411d15dc68
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "weconnect";
version = "0.60.5";
version = "0.60.6";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "tillsteinbach";
repo = "WeConnect-python";
rev = "refs/tags/v${version}";
hash = "sha256-vWnqitYGh68PM9IM2qKJG3g0JrVfIA+s9Ngh8jpNJKg=";
hash = "sha256-sSO+e6pZj7pkkfWF2z5THaD6MrPBX7f1M3nRIoqRC2s=";
};
postPatch = ''