Robert Schütz
2026-05-18 09:37:00 -07:00
parent 530df7f631
commit 4450235f52
+5 -4
View File
@@ -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