python312Packages.spotifyaio: 0.7.0 -> 0.7.1 (#350719)

This commit is contained in:
Fabian Affolter
2024-10-24 08:57:47 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "spotifyaio";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-spotify";
rev = "refs/tags/v${version}";
hash = "sha256-SWI2lXJ+JeoYsVaripSuL9pz5m9nRj+1986s3cEgVjE=";
hash = "sha256-L5S7adnOOJQ0b+yUcL8rw9XkZS0meN2gN1Bi2WYOJks=";
};
build-system = [ poetry-core ];