spotdl: 4.4.4 -> 4.5.0
Diff: https://github.com/spotDL/spotify-downloader/compare/v4.4.4...v4.5.0 Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.5.0
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "spotdl";
|
||||
version = "4.4.4";
|
||||
version = "4.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "spotDL";
|
||||
repo = "spotify-downloader";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-GKkkYA1Z6YsthIKE8Hf/vKRHU7kPCKabOh28i/JSSOc=";
|
||||
hash = "sha256-u5t8t9NJq+h/ujeLObKDCQG4brTqwdjSDslemmhePdc=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ hatchling ];
|
||||
@@ -35,19 +35,20 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pykakasi
|
||||
python-multipart
|
||||
python-slugify
|
||||
pytube
|
||||
rapidfuzz
|
||||
requests
|
||||
rich
|
||||
soundcloud-v2
|
||||
spotipy
|
||||
spotipyfree
|
||||
syncedlyrics
|
||||
uvicorn
|
||||
websockets
|
||||
yt-dlp
|
||||
ytmusicapi
|
||||
]
|
||||
++ python-slugify.optional-dependencies.unidecode;
|
||||
++ python-slugify.optional-dependencies.unidecode
|
||||
++ yt-dlp.optional-dependencies.default;
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
pyfakefs
|
||||
|
||||
Reference in New Issue
Block a user