python312Packages.spotifyaio: 0.8.5 -> 0.8.7

https://github.com/joostlek/python-spotify/releases/tag/v0.8.7
This commit is contained in:
Martin Weinelt 2024-11-08 21:06:55 +01:00
parent 37976f9cfd
commit 7dec9f228a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "spotifyaio";
version = "0.8.5";
version = "0.8.7";
pyproject = true;
disabled = pythonOlder "3.11";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-spotify";
rev = "refs/tags/v${version}";
hash = "sha256-6OX9awRmy2DT8SHvoVsLcsZ6LxTek/HgXNG9b2wSfGU=";
hash = "sha256-8CvXh3lU6CWOIFyfKQv4TX4R9O9BzwEu/Cua0MRdma4=";
};
build-system = [ poetry-core ];