spotdl: 3.6.3 -> 3.7.2

ckie aee760c1 a83ee450

+3 -2
+3 -2
pkgs/tools/audio/spotdl/default.nix
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "spotdl"; 9 - version = "3.6.3"; 10 11 src = fetchFromGitHub { 12 owner = "spotDL"; 13 repo = "spotify-downloader"; 14 rev = "v${version}"; 15 - sha256 = "sha256-Ok8DOw+Joy35IqN7sNOQcUWYJS8tqBeQ5/I8fUSly7Q="; 16 }; 17 18 propagatedBuildInputs = with python3.pkgs; [ ··· 26 beautifulsoup4 27 requests 28 unidecode 29 ]; 30 31 checkInputs = with python3.pkgs; [
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "spotdl"; 9 + version = "3.7.2"; 10 11 src = fetchFromGitHub { 12 owner = "spotDL"; 13 repo = "spotify-downloader"; 14 rev = "v${version}"; 15 + sha256 = "sha256-ftSnlruSv+RtvjTpZPYg9Z2EK4th8NbDhVlG2eIc87s="; 16 }; 17 18 propagatedBuildInputs = with python3.pkgs; [ ··· 26 beautifulsoup4 27 requests 28 unidecode 29 + youtube-dl 30 ]; 31 32 checkInputs = with python3.pkgs; [