From e146859479da60d93d7de66af1c54b2a9499f8a0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 21 Jan 2025 00:11:03 +0100 Subject: [PATCH] python313Packages.ayla-iot-unofficial: 1.4.4 -> 1.4.5 Diff: https://github.com/rewardone/ayla-iot-unofficial/compare/refs/tags/v1.4.4...v1.4.5 Changelog: https://github.com/rewardone/ayla-iot-unofficial/releases/tag/v1.4.5 --- .../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 4836faca61ea..56bc5121672d 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.4"; + version = "1.4.5"; pyproject = true; src = fetchFromGitHub { owner = "rewardone"; repo = "ayla-iot-unofficial"; tag = "v${version}"; - hash = "sha256-LYHfu02FYoL2D9dEL3CM3llRXMa2M3EMU9CAsl1Cgoo="; + hash = "sha256-FV3jes1cpvYbpCmJ+gdzBdsii1kyYe46R1NIpxiELBY="; }; build-system = [ setuptools ];