python3Packages.aiohomeconnect: 0.30.0 -> 0.31.0

This commit is contained in:
R. Ryantm
2026-03-09 08:16:44 +00:00
parent 69ab65de15
commit f651d0678f
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiohomeconnect";
version = "0.30.0";
version = "0.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "MartinHjelmare";
repo = "aiohomeconnect";
tag = "v${finalAttrs.version}";
hash = "sha256-GzVfSNHvJ5qJTnn4GtetIirLT3LApZN0QB5eg/DPyGg=";
hash = "sha256-93IyTpetxFSD1fcX2sWBfvoYzm3xRiczsONoFxKJRts=";
};
build-system = [ setuptools ];