python312Packages.spotifyaio: 0.8.2 -> 0.8.5

https://github.com/joostlek/python-spotify/releases/tag/v0.8.5
This commit is contained in:
Martin Weinelt
2024-11-07 19:05:02 +01:00
parent a7a5e75d6b
commit da8ca0e58e
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "spotifyaio";
version = "0.8.2";
version = "0.8.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-spotify";
rev = "refs/tags/v${version}";
hash = "sha256-GSUIotR1uB+KjuVIjsJIIaUFfg9gJ8aIYm+aR8iJT9Y=";
hash = "sha256-6OX9awRmy2DT8SHvoVsLcsZ6LxTek/HgXNG9b2wSfGU=";
};
build-system = [ poetry-core ];