spotdl: 3.7.2 -> 3.9.2

This commit is contained in:
Mario Rodas 2022-01-22 04:20:00 +00:00 committed by Robert Schütz
parent 493d141d06
commit 8477e53482

View File

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "spotdl"; pname = "spotdl";
version = "3.7.2"; version = "3.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spotDL"; owner = "spotDL";
repo = "spotify-downloader"; repo = "spotify-downloader";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ftSnlruSv+RtvjTpZPYg9Z2EK4th8NbDhVlG2eIc87s="; sha256 = "sha256-Y4l86OjAEwNt2i9+OFgol3b6nhbpe27NFTKJrLKQgHg=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
@ -22,11 +22,10 @@ python3.pkgs.buildPythonApplication rec {
rapidfuzz rapidfuzz
mutagen mutagen
ytmusicapi ytmusicapi
tqdm
beautifulsoup4 beautifulsoup4
requests requests
unidecode unidecode
youtube-dl yt-dlp
]; ];
checkInputs = with python3.pkgs; [ checkInputs = with python3.pkgs; [