python313Packages.yolink-api: 0.5.2 -> 0.5.4 (#412603)

This commit is contained in:
Fabian Affolter
2025-05-31 10:42:57 +02:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "yolink-api";
version = "0.5.2";
version = "0.5.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "YoSmart-Inc";
repo = "yolink-api";
tag = "v${version}";
hash = "sha256-ZFEEFYCA5hBtQTe1G80wxIOF6sR+gbaqpjm9oqyyvE8=";
hash = "sha256-b83ozdnaZ15LMUiDJH2LPZv9D/ovV0Nx15+R6tip6Yk=";
};
build-system = [ setuptools ];