Merge pull request #238160 from marsam/update-youtube-transcript-api

python310Packages.youtube-transcript-api: 0.6.0 -> 0.6.1

authored by Nick Cao and committed by GitHub 0a8cdd1e cc6dbc40

+3 -2
+3 -2
pkgs/development/python-modules/youtube-transcript-api/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "youtube-transcript-api"; 13 - version = "0.6.0"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "jdepoix"; 20 repo = pname; 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-TJlyWO1knP07gHVgbz1K0pBtvkTYrNJWZsassllko+I="; 23 }; 24 25 propagatedBuildInputs = [ ··· 39 meta = with lib; { 40 description = "Python API which allows you to get the transcripts/subtitles for a given YouTube video"; 41 homepage = "https://github.com/jdepoix/youtube-transcript-api"; 42 license = licenses.mit; 43 maintainers = [ maintainers.marsam ]; 44 };
··· 10 11 buildPythonPackage rec { 12 pname = "youtube-transcript-api"; 13 + version = "0.6.1"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "jdepoix"; 20 repo = pname; 21 rev = "refs/tags/v${version}"; 22 + hash = "sha256-7s2qzmfYkaQ7xAi/U+skOEVTAj2gp+2WnODu9k1ojJY="; 23 }; 24 25 propagatedBuildInputs = [ ··· 39 meta = with lib; { 40 description = "Python API which allows you to get the transcripts/subtitles for a given YouTube video"; 41 homepage = "https://github.com/jdepoix/youtube-transcript-api"; 42 + changelog = "https://github.com/jdepoix/youtube-transcript-api/releases/tag/v${version}"; 43 license = licenses.mit; 44 maintainers = [ maintainers.marsam ]; 45 };