Unverified Commit 7d93ea73 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.aiorussound: 4.8.2 -> 4.9.0 (#457439)

parents badc28a5 daefd00c
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.2";
  version = "4.9.0";
  pyproject = true;

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

  build-system = [ poetry-core ];