Unverified Commit bce7c123 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.aiorussound: 4.8.1 -> 4.8.2 (#446463)

parents bcb922a7 13fc77f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "aiorussound";
  version = "4.8.1";
  version = "4.8.2";
  pyproject = true;

  # requires newer f-strings introduced in 3.12
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "noahhusby";
    repo = "aiorussound";
    tag = version;
    hash = "sha256-LagnFE5aWEoNYbthE01cM0fQBEGDF0ReJzSTvteg2BU=";
    hash = "sha256-5g1LdltGw96EZWWj0Fei8i6l5yslQgicI/oI9jr1w0U=";
  };

  build-system = [ poetry-core ];