python312Packages.yoto-api: 1.24.4 -> 1.24.5 (#377398)

This commit is contained in:
Martin Weinelt
2025-02-04 00:45:20 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "yoto-api";
version = "1.24.4";
version = "1.24.5";
pyproject = true;
src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_api";
tag = "v${version}";
hash = "sha256-CZz1zfNoxrySo0cUobk0Sjzk4QjuZxpUczK+FhMKXMU=";
hash = "sha256-zgyZpya67cmJb2tz7Ht8G4y78UejVF00kssasZ8F+58=";
};
build-system = [ setuptools ];
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "cdnninja";
domain = "yoto";
version = "1.22.4";
version = "1.22.6";
src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_ha";
tag = "v${version}";
hash = "sha256-4OKiXwluatm/WRO77tK/VE+fnRn7Cvvh4et3SjANJWE=";
hash = "sha256-6igIcDGPYUOz5dWZr9TKFmoYoUCsZOpfpESTxYRR67w=";
};
dependencies = [