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

python3Packages.aioamazondevices: 11.1.1 -> 11.1.2 (#487560)

parents 25fe576e e08cd481
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "aioamazondevices";
  version = "11.1.1";
  version = "11.1.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "chemelli74";
    repo = "aioamazondevices";
    tag = "v${version}";
    hash = "sha256-D0QxCnwyXtHvcx+BaO4mzGuZxLZtgogQpHXvFckX9f8=";
    hash = "sha256-9WZ8GlnlI1Coyvi1Aqtk0iVoREyohCLBnjg2kusP1cE=";
  };

  build-system = [ poetry-core ];