python312Packages.weconnect: 0.60.4 -> 0.60.5

This commit is contained in:
R. Ryantm
2024-09-13 18:32:51 +00:00
parent fafef5049e
commit b0aee01d8a
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "weconnect";
version = "0.60.4";
version = "0.60.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "tillsteinbach";
repo = "WeConnect-python";
rev = "refs/tags/v${version}";
hash = "sha256-Ht+TSjI1FZ+y/lt5IlepxpT5uOBYeJaNmF7aBw2YUPA=";
hash = "sha256-vWnqitYGh68PM9IM2qKJG3g0JrVfIA+s9Ngh8jpNJKg=";
};
postPatch = ''