python313Packages.yolink-api: 0.4.9 -> 0.5.0 (#395387)

This commit is contained in:
Fabian Affolter
2025-04-02 08:48:41 +02:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "yolink-api";
version = "0.4.9";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "YoSmart-Inc";
repo = "yolink-api";
tag = "v${version}";
hash = "sha256-9uoI7tuwcxK4nE14AXVVzyD7idkCTzW0xQ3NrmiPq3s=";
hash = "sha256-04Hx1Rl15yH0VB5sCyDymRXBSOQ1wnmZOfy6PUKTGWg=";
};
build-system = [ setuptools ];