Unverified Commit dcd8f06a authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.aioamazondevices: 11.1.2 -> 11.1.3

parent 1dcf75bd
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.2";
  version = "11.1.3";
  pyproject = true;

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

  build-system = [ poetry-core ];