From d1c905254d3cc963e0f88593df98f6d1b3d6dc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 21 Apr 2025 14:47:29 -0700 Subject: [PATCH] python313Packages.ayla-iot-unofficial: 1.4.8 -> 1.5.0 Diff: https://github.com/rewardone/ayla-iot-unofficial/compare/refs/tags/v1.4.8...refs/tags/v1.5.0 Changelog: https://github.com/rewardone/ayla-iot-unofficial/releases/tag/v1.5.0 --- .../python-modules/ayla-iot-unofficial/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ayla-iot-unofficial/default.nix b/pkgs/development/python-modules/ayla-iot-unofficial/default.nix index 0c248c7e76d0..817a17a89da9 100644 --- a/pkgs/development/python-modules/ayla-iot-unofficial/default.nix +++ b/pkgs/development/python-modules/ayla-iot-unofficial/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "ayla-iot-unofficial"; - version = "1.4.8"; + version = "1.5.0"; pyproject = true; src = fetchFromGitHub { owner = "rewardone"; repo = "ayla-iot-unofficial"; tag = "v${version}"; - hash = "sha256-XFLNt+TwkowNoDcJJpaX9kKi+Gcx4JnzEU1JikpbzZ0="; + hash = "sha256-/Js2XMhGe4zPAjpeH2ON4377TAPaWPvA8+HEliYKxlw="; }; build-system = [ setuptools ];