python3Packages.aioshelly: 13.9.0 -> 13.10.0

R. Ryantm 88c09398 93b1ca68

Changed files
+2 -2
pkgs
development
python-modules
aioshelly
+2 -2
pkgs/development/python-modules/aioshelly/default.nix
···
buildPythonPackage rec {
pname = "aioshelly";
-
version = "13.9.0";
+
version = "13.10.0";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "home-assistant-libs";
repo = "aioshelly";
tag = version;
-
hash = "sha256-G8iZmgrTR+hqrRLoEdnJnqzU8GFQUrOrGenL6hkjtps=";
+
hash = "sha256-sN8Qr+ZgKBaZbTgQSGujdZmA3N0fBMFEPnUIWiBkPhg=";
};
build-system = [ setuptools ];