Commit d9b3863b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.aioamazondevices: 13.4.2 -> 13.4.3

parent 8d19911b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "aioamazondevices";
  version = "13.4.2";
  version = "13.4.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "chemelli74";
    repo = "aioamazondevices";
    tag = "v${version}";
    hash = "sha256-df5f6meoMvrvS1d0U9M1XRXYC6t4e0AEmxfHOGD58CM=";
    hash = "sha256-AH5edWwVEMo/TpnVbcOEC/oYI4DOQ5nqFfoFKeoI3Ok=";
  };

  build-system = [ poetry-core ];