summary refs log tree commit diff
path: root/pkgs/tools/audio/spotdl/default.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-09-16 18:45:45 -0700
committerRobert Schütz <nix@dotlambda.de>2023-09-16 18:52:25 -0700
commitc18a0599a8c7436800cd99d4d104cb9c326c1029 (patch)
treec7dc315b77190ab4740fad7ef02cdb620e155fea /pkgs/tools/audio/spotdl/default.nix
parent46423a1a750594236673c1d741def4e93cf5a8f7 (diff)
downloadnixpkgs-c18a0599a8c7436800cd99d4d104cb9c326c1029.tar
nixpkgs-c18a0599a8c7436800cd99d4d104cb9c326c1029.tar.gz
nixpkgs-c18a0599a8c7436800cd99d4d104cb9c326c1029.tar.bz2
nixpkgs-c18a0599a8c7436800cd99d4d104cb9c326c1029.tar.lz
nixpkgs-c18a0599a8c7436800cd99d4d104cb9c326c1029.tar.xz
nixpkgs-c18a0599a8c7436800cd99d4d104cb9c326c1029.tar.zst
nixpkgs-c18a0599a8c7436800cd99d4d104cb9c326c1029.zip
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
Diffstat (limited to 'pkgs/tools/audio/spotdl/default.nix')
-rw-r--r--pkgs/tools/audio/spotdl/default.nix16
1 files changed, 4 insertions, 12 deletions
diff --git a/pkgs/tools/audio/spotdl/default.nix b/pkgs/tools/audio/spotdl/default.nix
index 235ce6af4c3..53fdbd677f7 100644
--- a/pkgs/tools/audio/spotdl/default.nix
+++ b/pkgs/tools/audio/spotdl/default.nix
@@ -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 = [