Unverified Commit 7e90700e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.aioshelly: 13.17.0 -> 13.21.0 (#464836)

parents 9e2ac1f2 0003374b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "aioshelly";
  version = "13.17.0";
  version = "13.21.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "home-assistant-libs";
    repo = "aioshelly";
    tag = version;
    hash = "sha256-+qGbg95rHzddlnNrW8XfdWjzyC8ARqz1GUxqCn0KgsA=";
    hash = "sha256-ux4zxyl+XW5Fhkwz9mHi6TKRQ5x8SO3L2UzfVb0OeJk=";
  };

  build-system = [ setuptools ];