python312Packages.ayla-iot-unofficial: 1.4.7 -> 1.4.8 (#393848)

authored by

dotlambda and committed by
GitHub
3b995ed5 c93ee443

+3 -3
+3 -3
pkgs/development/python-modules/ayla-iot-unofficial/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "ayla-iot-unofficial"; 15 - version = "1.4.7"; 15 + version = "1.4.8"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "rewardone"; 20 20 repo = "ayla-iot-unofficial"; 21 21 tag = "v${version}"; 22 - hash = "sha256-N3xgtqb6QL58FgG7kv7vD8wwNxqZZWAcz2E1NvPwcfI="; 22 + hash = "sha256-XFLNt+TwkowNoDcJJpaX9kKi+Gcx4JnzEU1JikpbzZ0="; 23 23 }; 24 24 25 25 build-system = [ setuptools ]; ··· 43 43 doCheck = false; 44 44 45 45 meta = { 46 - changelog = "https://github.com/rewardone/ayla-iot-unofficial/releases/tag/v${version}"; 46 + changelog = "https://github.com/rewardone/ayla-iot-unofficial/releases/tag/${src.tag}"; 47 47 description = "Unofficial python library for interacting with the Ayla IoT API"; 48 48 homepage = "https://github.com/rewardone/ayla-iot-unofficial"; 49 49 license = lib.licenses.mit;