mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
python310Packages.youtube-transcript-api: 0.6.0 -> 0.6.1
Diff: https://github.com/jdepoix/youtube-transcript-api/compare/refs/tags/v0.6.0...v0.6.1 Changelog: https://github.com/jdepoix/youtube-transcript-api/releases/tag/v0.6.1
This commit is contained in:
parent
b0bb464b79
commit
8f63132db4
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "youtube-transcript-api";
|
pname = "youtube-transcript-api";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "jdepoix";
|
owner = "jdepoix";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-TJlyWO1knP07gHVgbz1K0pBtvkTYrNJWZsassllko+I=";
|
hash = "sha256-7s2qzmfYkaQ7xAi/U+skOEVTAj2gp+2WnODu9k1ojJY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -39,6 +39,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python API which allows you to get the transcripts/subtitles for a given YouTube video";
|
description = "Python API which allows you to get the transcripts/subtitles for a given YouTube video";
|
||||||
homepage = "https://github.com/jdepoix/youtube-transcript-api";
|
homepage = "https://github.com/jdepoix/youtube-transcript-api";
|
||||||
|
changelog = "https://github.com/jdepoix/youtube-transcript-api/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user