spotdl: 3.6.3 -> 3.7.2

This commit is contained in:
ckie 2021-07-30 07:21:48 +03:00
parent a83ee450bb
commit aee760c185
No known key found for this signature in database
GPG key ID: 13E79449C0525215

View file

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "3.6.3";
version = "3.7.2";
src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
rev = "v${version}";
sha256 = "sha256-Ok8DOw+Joy35IqN7sNOQcUWYJS8tqBeQ5/I8fUSly7Q=";
sha256 = "sha256-ftSnlruSv+RtvjTpZPYg9Z2EK4th8NbDhVlG2eIc87s=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -26,6 +26,7 @@ python3.pkgs.buildPythonApplication rec {
beautifulsoup4
requests
unidecode
youtube-dl
];
checkInputs = with python3.pkgs; [