python3Packages.aioshelly: 13.24.0 -> 13.25.0

This commit is contained in:
R. Ryantm
2026-05-04 18:04:07 +00:00
committed by Martin Weinelt
parent 67f65de73b
commit 389bedbb93
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "13.24.0";
version = "13.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "aioshelly";
tag = version;
hash = "sha256-yb6oZlrB3MBafKoga9vRrcixXlZeknVRsMztX4hV3PA=";
hash = "sha256-BZsuvYtP2tuRb3QGN09lwTXadMKqM1TLPKEQU5+qz6w=";
};
build-system = [ setuptools ];