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

python312Packages.spotifyaio: 0.6.0 -> 0.7.0 (#349810)

parents 617552d2 d85e141f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "spotifyaio";
  version = "0.6.0";
  version = "0.7.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "joostlek";
    repo = "python-spotify";
    rev = "refs/tags/v${version}";
    hash = "sha256-petG4uqySkrThs77zp6pl6bdP0Zeea5QEngDhbqdx6Y=";
    hash = "sha256-SWI2lXJ+JeoYsVaripSuL9pz5m9nRj+1986s3cEgVjE=";
  };

  build-system = [ poetry-core ];