Unverified Commit 0ddcf0c3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #238699 from fabaff/aioshelly-bump

python311Packages.aioshelly: 5.3.2 -> 5.4.0
parents 1079029f 398e2724
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [