python313Packages.pyworxcloud: 4.1.46 -> 5.0.0 (#442111)

This commit is contained in:
Fabian Affolter
2025-09-12 06:04:47 +00:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
awsiotsdk,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
@@ -10,19 +11,20 @@
buildPythonPackage rec {
pname = "pyworxcloud";
version = "4.1.46";
version = "5.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "MTrab";
repo = "pyworxcloud";
tag = "v${version}";
hash = "sha256-JRmAARfmGRWdUj4J2CqUaRd+S9itZgCxqbRl78Iub+o=";
hash = "sha256-eyMMtLgJuBIuPCyenYrHaRQIrb2tzPaIzM2UCAPPqDg=";
};
build-system = [ poetry-core ];
dependencies = [
awsiotsdk
paho-mqtt
requests
urllib3