Skip to content

Commit

Permalink
spotdl: 4.2.2 -> 4.2.4 (#273074)
Browse files Browse the repository at this point in the history
Some tests have been renamed. We also disable some new tests requiring
network connectivity.

(cherry picked from commit 48aeb7b)

Co-authored-by: Félix Baylac Jacqué <felix@alternativebit.fr>
  • Loading branch information
github-actions[bot] and picnoir authored Dec 9, 2023
1 parent 950f7c7 commit 3523f53
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/tools/audio/spotdl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ let
python = python3;
in python.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "4.2.2";
version = "4.2.4";
pyproject = true;

src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
rev = "refs/tags/v${version}";
hash = "sha256-pJr0OGUI3OcFsmvn9eqkvpFeF1EkHDdNoWc91s8h9O8=";
hash = "sha256-U0UA94t7WdCeU9Y86rcnT8BzXVx8ryhD3MTJxmNBYcc=";
};

nativeBuildInputs = with python.pkgs; [
Expand Down Expand Up @@ -79,8 +79,10 @@ in python.pkgs.buildPythonApplication rec {
"test_download_ffmpeg"
"test_download_song"
"test_preload_song"
"test_ytm_get_results"
"test_yt_get_results"
"test_yt_search"
"test_ytm_search"
"test_ytm_get_results"
];

makeWrapperArgs = [
Expand Down

0 comments on commit 3523f53

Please sign in to comment.