python3Packages.yoto-api: 1.26.1 -> 1.26.5

https://github.com/cdnninja/yoto_api/releases/tag/v1.26.5
This commit is contained in:
Martin Weinelt
2025-08-08 04:19:41 +02:00
parent 17cfe7a55d
commit c37fe49417
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "yoto-api";
version = "1.26.1";
version = "1.26.5";
pyproject = true;
src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_api";
tag = "v${version}";
hash = "sha256-Erq6whZX8pfQSoszyCMrnRj24nZN3QD52SRs+G24O7k=";
hash = "sha256-QlcZZjyMPIPGG5zHTFM9E2Y8sa/etbvMmxRp15NzKEo=";
};
build-system = [ setuptools ];