From 4450235f52bea0598276fb70402d308eb2127577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 17 May 2026 22:19:02 -0700 Subject: [PATCH] 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 --- pkgs/by-name/sp/spotdl/package.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/sp/spotdl/package.nix b/pkgs/by-name/sp/spotdl/package.nix index 7abb861e6d2e..99fb2cd777b4 100644 --- a/pkgs/by-name/sp/spotdl/package.nix +++ b/pkgs/by-name/sp/spotdl/package.nix @@ -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