python3Packages.pyworxcloud: 6.3.0 -> 6.3.2 (#509395)

This commit is contained in:
Fabian Affolter
2026-04-12 22:38:45 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyworxcloud";
version = "6.3.0";
version = "6.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "MTrab";
repo = "pyworxcloud";
tag = "v${finalAttrs.version}";
hash = "sha256-+97WpQlAxDe9VTCpG7ByhL+qG6u2zZwPNxRFBZDlh48=";
hash = "sha256-T5mSM/vGi+fcMPtCcpAgQ8rlr6+8bnEU7nn6aO/g0H0=";
};
pythonRelaxDeps = [ "awsiotsdk" ];