Unverified Commit 54c2a145 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.aioshelly: 13.14.0 -> 13.15.0 (#449537)

parents e921d86e 992b828a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "aioshelly";
  version = "13.14.0";
  version = "13.15.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "home-assistant-libs";
    repo = "aioshelly";
    tag = version;
    hash = "sha256-yhmX5TFikTP9JbO089sHqm8QzC52z9f9JxK19qHhDyI=";
    hash = "sha256-1LiBWoZNSvhTAYf5VDo4gmfTz1oiKgrkAseDOm1kYYI=";
  };

  build-system = [ setuptools ];