python312Packages.weconnect: 0.60.3 -> 0.60.4

This commit is contained in:
R. Ryantm
2024-08-02 16:26:02 +00:00
parent 9307b49d29
commit 49de692640
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "weconnect";
version = "0.60.3";
version = "0.60.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "tillsteinbach";
repo = "WeConnect-python";
rev = "refs/tags/v${version}";
hash = "sha256-eIGzcuSKzcpE6UPQKmv0kcFcIFizWOunfOJDHfcw7Yk=";
hash = "sha256-Ht+TSjI1FZ+y/lt5IlepxpT5uOBYeJaNmF7aBw2YUPA=";
};
postPatch = ''