python312Packages.aioshelly: 13.3.0 -> 13.4.0 (#391013)

authored by Fabian Affolter and committed by GitHub e51ecca9 0c52424a

+3 -3
+3 -3
pkgs/development/python-modules/aioshelly/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "aioshelly"; 19 - version = "13.3.0"; 19 + version = "13.4.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.11"; ··· 25 25 owner = "home-assistant-libs"; 26 26 repo = "aioshelly"; 27 27 tag = version; 28 - hash = "sha256-kPFTY1SDysNh64XYaW873SsZKT7uGmaugitXnkpAhA0="; 28 + hash = "sha256-sGcI8+y/l8meYmlerWC2cEhW+LMKnZpoCw4ZWG26c6g="; 29 29 }; 30 30 31 31 build-system = [ setuptools ]; ··· 49 49 meta = with lib; { 50 50 description = "Python library to control Shelly"; 51 51 homepage = "https://github.com/home-assistant-libs/aioshelly"; 52 - changelog = "https://github.com/home-assistant-libs/aioshelly/releases/tag/${version}"; 52 + changelog = "https://github.com/home-assistant-libs/aioshelly/releases/tag/${src.tag}"; 53 53 license = licenses.asl20; 54 54 maintainers = with maintainers; [ fab ]; 55 55 };