Skip to content

Commit

Permalink
spotdl: 4.2.5 -> 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Aug 25, 2024
1 parent 6917923 commit 935008f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 72 deletions.
9 changes: 2 additions & 7 deletions pkgs/tools/audio/spotdl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,21 @@

python3.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "4.2.5";
version = "4.2.6";
pyproject = true;

src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
rev = "refs/tags/v${version}";
hash = "sha256-vxMhFs2mLbVQndlC2UpeDP+M4pwU9Y4cZHbZ8y3vWbI=";
hash = "sha256-OhZXxGkcO/dlYth9xUnpd/IbyvsbjMzwqQ9lPSvnFSs=";
};

build-system = with python3.pkgs; [ poetry-core ];

pythonRelaxDeps = true;

# Remove when https://github.com/spotDL/spotify-downloader/issues/2119 is fixed
patches = [ ./is_lrc_valid-failure.patch ];

dependencies = with python3.pkgs; [
bandcamp-api
beautifulsoup4
fastapi
mutagen
Expand All @@ -36,7 +32,6 @@ python3.pkgs.buildPythonApplication rec {
rapidfuzz
requests
rich
setuptools
soundcloud-v2
spotipy
syncedlyrics
Expand Down
65 changes: 0 additions & 65 deletions pkgs/tools/audio/spotdl/is_lrc_valid-failure.patch

This file was deleted.

0 comments on commit 935008f

Please sign in to comment.