Merge pull request #255569 from dotlambda/spotdl-4.2.1

spotdl: 4.2.0 -> 4.2.1

authored by

Fabián Heredia Montiel and committed by
GitHub
c533a8b6 b79e5632

+4 -12
+4 -12
pkgs/tools/audio/spotdl/default.nix
··· 20 20 }; 21 21 in python.pkgs.buildPythonApplication rec { 22 22 pname = "spotdl"; 23 - version = "4.2.0"; 23 + version = "4.2.1"; 24 24 25 25 format = "pyproject"; 26 26 ··· 28 28 owner = "spotDL"; 29 29 repo = "spotify-downloader"; 30 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-miIDasbOKmfYESiEIlMxEUfPkLLBz4s1rX2eMz3MrzA="; 31 + hash = "sha256-xKas3WO3uigY1iFfxIN3+d+5U31vM7cLv08oMef8trc="; 32 32 }; 33 33 34 34 nativeBuildInputs = with python.pkgs; [ ··· 84 84 85 85 disabledTests = [ 86 86 # require networking 87 - "test_album_from_string" 88 87 "test_album_from_url" 89 - "test_album_length" 90 - "test_artist_from_string" 91 - "test_artist_from_url" 92 88 "test_convert" 93 89 "test_download_ffmpeg" 94 90 "test_download_song" 95 - "test_playlist_from_string" 96 - "test_playlist_from_url" 97 - "test_playlist_length" 98 91 "test_preload_song" 99 - "test_song_from_search_term" 100 - "test_song_from_url" 101 - "test_yt_search" 92 + "test_ytm_get_results" 93 + "test_ytm_search" 102 94 ]; 103 95 104 96 makeWrapperArgs = [