Skip to content

Commit

Permalink
Merge pull request #150571 from r-ryantm/auto-update/python3.8-youtub…
Browse files Browse the repository at this point in the history
…e-transcript-api

python38Packages.youtube-transcript-api: 0.4.2 -> 0.4.3
  • Loading branch information
marsam authored Dec 13, 2021
2 parents bdfb8cf + 05f0097 commit 2535b08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildPythonPackage rec {
pname = "youtube-transcript-api";
version = "0.4.2";
version = "0.4.3";

# PyPI tarball is missing some test files
src = fetchFromGitHub {
owner = "jdepoix";
repo = "youtube-transcript-api";
rev = "v${version}";
sha256 = "04x7mfp4q17w3n8dnklbxblz22496g7g4879nz0wzgijg3m6cwlp";
sha256 = "1krak5j2faj6951cl13h7hg9i3kyp6nslcbi608k8hxlbd80hc5h";
};

propagatedBuildInputs = [ requests ];
Expand Down

0 comments on commit 2535b08

Please sign in to comment.