From d98e771dc7cb1b79c4dbbbf9b01608c9b63cb691 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 27 Mar 2025 22:20:52 +0000 Subject: [PATCH] python312Packages.ayla-iot-unofficial: 1.4.7 -> 1.4.8 --- .../python-modules/ayla-iot-unofficial/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ayla-iot-unofficial/default.nix b/pkgs/development/python-modules/ayla-iot-unofficial/default.nix index ac006fcf1531..0c248c7e76d0 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.7"; + version = "1.4.8"; pyproject = true; src = fetchFromGitHub { owner = "rewardone"; repo = "ayla-iot-unofficial"; tag = "v${version}"; - hash = "sha256-N3xgtqb6QL58FgG7kv7vD8wwNxqZZWAcz2E1NvPwcfI="; + hash = "sha256-XFLNt+TwkowNoDcJJpaX9kKi+Gcx4JnzEU1JikpbzZ0="; }; build-system = [ setuptools ]; @@ -43,7 +43,7 @@ buildPythonPackage rec { doCheck = false; meta = { - changelog = "https://github.com/rewardone/ayla-iot-unofficial/releases/tag/v${version}"; + changelog = "https://github.com/rewardone/ayla-iot-unofficial/releases/tag/${src.tag}"; description = "Unofficial python library for interacting with the Ayla IoT API"; homepage = "https://github.com/rewardone/ayla-iot-unofficial"; license = lib.licenses.mit;