Merge pull request #169001 from dotlambda/spotdl-3.9.5

spotdl: 3.9.4 -> 3.9.5
This commit is contained in:
Sandro
2022-04-18 01:12:56 +02:00
committed by GitHub
+4 -3
View File
@@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "3.9.4";
version = "3.9.5";
src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
rev = "v${version}";
sha256 = "sha256-PJ9m+697bdrhHZ80wJvL6V366Vn3tmPfioK1sZAyB/Q=";
hash = "sha256-Zdm+OVcFgOO8kbJDNQSVDLnIHzhvm9EPbcG95mNrnTk=";
};
propagatedBuildInputs = with python3.pkgs; [
@@ -22,10 +22,11 @@ python3.pkgs.buildPythonApplication rec {
rapidfuzz
mutagen
ytmusicapi
yt-dlp
beautifulsoup4
requests
unidecode
yt-dlp
setuptools
];
checkInputs = with python3.pkgs; [