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

python313Packages.aioamazondevices: 6.2.7 -> 6.2.8 (#448789)

parents e97ba97f 763b2acc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "aioamazondevices";
  version = "6.2.7";
  version = "6.2.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "chemelli74";
    repo = "aioamazondevices";
    tag = "v${version}";
    hash = "sha256-gsKqQkJBKu5Of/PFzEt04GEQ9PC7PBqJASYw5ucrrGU=";
    hash = "sha256-73z4mWWBfJLewLFQvhSj7hIOfBzcwIVrNlyPPAk7PPM=";
  };

  build-system = [ poetry-core ];