python313Packages.aioshelly: 12.2.0 -> 12.3.1 (#372875)

This commit is contained in:
Fabian Affolter 2025-01-11 13:22:34 +01:00 committed by GitHub
commit 0842888553
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "12.2.0";
version = "12.3.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "aioshelly";
tag = version;
hash = "sha256-Y6gFFo0kzdHGaRqNVHhr0vvWBwRO2kOaoR4BFUbyYUQ=";
hash = "sha256-ZijjqUvCcCVWhFlHzXN0xpAjn+3OCYf6rmBApxfT2c4=";
};
build-system = [ setuptools ];