From c6dcb7e98a9e619fe8ce650d4fac5ffff42aa1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 18 Sep 2024 17:02:45 -0700 Subject: [PATCH] python312Packages.ayla-iot-unofficial: 1.3.1 -> 1.4.1 Diff: https://github.com/rewardone/ayla-iot-unofficial/compare/refs/tags/v1.3.1...v1.4.1 Changelog: https://github.com/rewardone/ayla-iot-unofficial/releases/tag/v1.4.0 https://github.com/rewardone/ayla-iot-unofficial/releases/tag/v1.4.1 --- .../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 de43b8c642ac..3e2819fa0fea 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.3.1"; + version = "1.4.1"; pyproject = true; src = fetchFromGitHub { owner = "rewardone"; repo = "ayla-iot-unofficial"; rev = "refs/tags/v${version}"; - hash = "sha256-WfaDTKht+WEnozVFWGYwNvrC8Rr/IePxjNp5O7jz/9A="; + hash = "sha256-SAfDpABOWsic3kqsN0txlchEIRKJ0xtpJERZUH5CKR0="; }; build-system = [ setuptools ];