Unverified Commit 21db6326 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.aiorussound: 4.9.0 -> 4.9.1 (#504478)

parents 539904d0 27775f18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "aiorussound";
  version = "4.9.0";
  version = "4.9.1";
  pyproject = true;

  # requires newer f-strings introduced in 3.12
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "noahhusby";
    repo = "aiorussound";
    tag = version;
    hash = "sha256-okuDbY4Dx57a7zQc+LYCwe+FOjQS+hbAzSAK47uhGFg=";
    hash = "sha256-vDGNb2eXvNLWzEs9ZI2vOk4+7RJQ/ISu9PCkIWCBJQw=";
  };

  build-system = [ poetry-core ];