python3Packages.yolink-api: 0.6.1 -> 0.6.3

Diff: https://github.com/YoSmart-Inc/yolink-api/compare/v0.6.1...v0.6.3

Changelog: https://github.com/YoSmart-Inc/yolink-api/releases/tag/v0.6.3
This commit is contained in:
Robert Schütz
2026-03-24 12:34:41 -07:00
parent 02ab40afaf
commit e3812a4d0a
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "yolink-api";
version = "0.6.1";
version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "YoSmart-Inc";
repo = "yolink-api";
tag = "v${version}";
hash = "sha256-NViXbi5s4Ht2b8hpsumnlbstjiR/MWz2El39xk3uqb4=";
hash = "sha256-m/AYuGZNXGk7h0YL4p6jRnqbY/XV91u73lpdgSpstnE=";
};
build-system = [ setuptools ];