spotdl: 3.9.4 -> 3.9.5

https://github.com/spotDL/spotify-downloader/releases/tag/v3.9.5
This commit is contained in:
Robert Schütz 2022-04-17 02:38:00 +00:00
parent 0e5bfe647d
commit cdf7b205b4

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; [