Merge pull request #132018 from ckiee/spotdl371

authored by Sandro and committed by GitHub 3d42e23b d2aac2cc

+5 -4
+2 -2
pkgs/development/python-modules/pytube/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "pytube"; 10 - version = "10.9.0"; 11 12 disabled = pythonOlder "3.6"; 13 ··· 15 owner = "pytube"; 16 repo = "pytube"; 17 rev = "v${version}"; 18 - sha256 = "sha256-9kKazy0Fg3YcNIkzgVFQ46Ipn3Dngfnh5DjwRP/fZGg="; 19 }; 20 21 checkInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "pytube"; 10 + version = "10.9.3"; 11 12 disabled = pythonOlder "3.6"; 13 ··· 15 owner = "pytube"; 16 repo = "pytube"; 17 rev = "v${version}"; 18 + sha256 = "sha256-x4u68O9dNhDZ+1Q+S4ou6zPqoR2/Yn5lcKgR2kyM/uo="; 19 }; 20 21 checkInputs = [
+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; [