python312Packages.spotifyaio: 0.8.5 -> 0.8.7
https://github.com/joostlek/python-spotify/releases/tag/v0.8.7
This commit is contained in:
parent
37976f9cfd
commit
7dec9f228a
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "spotifyaio";
|
pname = "spotifyaio";
|
||||||
version = "0.8.5";
|
version = "0.8.7";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
owner = "joostlek";
|
owner = "joostlek";
|
||||||
repo = "python-spotify";
|
repo = "python-spotify";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-6OX9awRmy2DT8SHvoVsLcsZ6LxTek/HgXNG9b2wSfGU=";
|
hash = "sha256-8CvXh3lU6CWOIFyfKQv4TX4R9O9BzwEu/Cua0MRdma4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user