Unverified Commit c9c756d6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python313Packages.aiorussound: 4.5.2 -> 4.6.0 (#417676)

parents cf4ccbc4 272de9cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "aiorussound";
  version = "4.5.2";
  version = "4.6.0";
  pyproject = true;

  # requires newer f-strings introduced in 3.12
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "noahhusby";
    repo = "aiorussound";
    tag = version;
    hash = "sha256-4/FuYROiyFP+13ZWkAATpRSAvkiDNMLw6MnP/lagI9I=";
    hash = "sha256-sL2ayY8w+2jTt6Tx0sdl9AK7csw9he5Pk1QIowN7Wnw=";
  };

  build-system = [ poetry-core ];