python3Packages.weconnect: 0.60.10 -> 0.60.11

This commit is contained in:
R. Ryantm
2025-12-02 10:38:43 +00:00
parent 91ba24ebb9
commit e98d438346
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "weconnect";
version = "0.60.10";
version = "0.60.11";
pyproject = true;
src = fetchFromGitHub {
owner = "tillsteinbach";
repo = "WeConnect-python";
tag = "v${version}";
hash = "sha256-ZvJoZ4mUNkUJ5sOxOHDsuxGZO2s3PSEfidt3aDfmBeg=";
hash = "sha256-llAWCjhP/fwI+H8BRpMYxba8jC+WDc66xkUDwT3NHcA=";
};
postPatch = ''