Merge pull request #255569 from dotlambda/spotdl-4.2.1

spotdl: 4.2.0 -> 4.2.1
This commit is contained in:
Fabián Heredia Montiel
2023-09-17 12:05:08 -06:00
committed by GitHub
+4 -12
View File
@@ -20,7 +20,7 @@ let
};
in python.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "4.2.0";
version = "4.2.1";
format = "pyproject";
@@ -28,7 +28,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "spotDL";
repo = "spotify-downloader";
rev = "refs/tags/v${version}";
hash = "sha256-miIDasbOKmfYESiEIlMxEUfPkLLBz4s1rX2eMz3MrzA=";
hash = "sha256-xKas3WO3uigY1iFfxIN3+d+5U31vM7cLv08oMef8trc=";
};
nativeBuildInputs = with python.pkgs; [
@@ -84,21 +84,13 @@ in python.pkgs.buildPythonApplication rec {
disabledTests = [
# require networking
"test_album_from_string"
"test_album_from_url"
"test_album_length"
"test_artist_from_string"
"test_artist_from_url"
"test_convert"
"test_download_ffmpeg"
"test_download_song"
"test_playlist_from_string"
"test_playlist_from_url"
"test_playlist_length"
"test_preload_song"
"test_song_from_search_term"
"test_song_from_url"
"test_yt_search"
"test_ytm_get_results"
"test_ytm_search"
];
makeWrapperArgs = [