python3Packages.yoto-api: 2.1.2 -> 2.2.3

Diff: https://github.com/cdnninja/yoto_api/compare/v2.1.2...v2.2.3

Changelog: https://github.com/cdnninja/yoto_api/releases/tag/v2.2.3
This commit is contained in:
Robert Schütz
2026-04-02 13:10:36 -07:00
parent 84bf010004
commit 3e39076997
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "yoto-api";
version = "2.1.2";
version = "2.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_api";
tag = "v${version}";
hash = "sha256-bRJjDgmMLJcmWyyxTg0BLjBukGi8JX9WWz9IoUl9Fcw=";
hash = "sha256-+xe/ghVmWs39MfR+v76M1AhTMB5LHAA8ChSHzVY8S3w=";
};
build-system = [ setuptools ];