Merge pull request #238699 from fabaff/aioshelly-bump

python311Packages.aioshelly: 5.3.2 -> 5.4.0
This commit is contained in:
Nick Cao 2023-06-20 01:58:51 -06:00 committed by GitHub
commit 0ddcf0c323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioshelly";
version = "5.3.2";
version = "5.4.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-eqZyCQ96CasBlO++QcQ/HiVWWeB2jQltHXZRbIfub7Q=";
hash = "sha256-cbgDuJXvZmbhIgxpuySGbJqz7DeI65DHwk1UPdNUs1Q=";
};
propagatedBuildInputs = [