mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #146127 from r-ryantm/auto-update/python38Packages.youtube-transcript-api
This commit is contained in:
commit
4ea0167baf
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "youtube-transcript-api";
|
pname = "youtube-transcript-api";
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
|
|
||||||
# PyPI tarball is missing some test files
|
# PyPI tarball is missing some test files
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jdepoix";
|
owner = "jdepoix";
|
||||||
repo = "youtube-transcript-api";
|
repo = "youtube-transcript-api";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1gpk13j1n2bifwsg951gmrfnq8kfxjr15rq46dxn1bhyk9hr1zql";
|
sha256 = "04x7mfp4q17w3n8dnklbxblz22496g7g4879nz0wzgijg3m6cwlp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue