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

python313Packages.aioamazondevices: 11.0.0 -> 11.0.2 (#475406)

parents 1163235c dbf0619c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "aioamazondevices";
  version = "11.0.0";
  version = "11.0.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "chemelli74";
    repo = "aioamazondevices";
    tag = "v${version}";
    hash = "sha256-uyMtQs5nLwIgG9A5peCzFjUIyjeM8VfjmicVcTLV36I=";
    hash = "sha256-nxKWnNLmraPtMA+WZO4FOWbcbZr/HS6dhACKcFUq7D0=";
  };

  build-system = [ poetry-core ];