Merge pull request #132018 from ckiee/spotdl371

This commit is contained in:
Sandro
2021-08-02 09:02:16 +00:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pytube";
version = "10.9.0";
version = "10.9.3";
disabled = pythonOlder "3.6";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "pytube";
repo = "pytube";
rev = "v${version}";
sha256 = "sha256-9kKazy0Fg3YcNIkzgVFQ46Ipn3Dngfnh5DjwRP/fZGg=";
sha256 = "sha256-x4u68O9dNhDZ+1Q+S4ou6zPqoR2/Yn5lcKgR2kyM/uo=";
};
checkInputs = [
+3 -2
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; [