mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
spotdl: 4.2.0 -> 4.2.1
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.2.0...v4.2.1 Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.2.1
This commit is contained in:
parent
46423a1a75
commit
c18a0599a8
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue