python38Packages.youtube-transcript-api: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2021-11-15 12:23:26 +00:00
parent 093d806878
commit 9283fc5384

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "youtube-transcript-api";
version = "0.4.1";
version = "0.4.2";
# PyPI tarball is missing some test files
src = fetchFromGitHub {
owner = "jdepoix";
repo = "youtube-transcript-api";
rev = "v${version}";
sha256 = "1gpk13j1n2bifwsg951gmrfnq8kfxjr15rq46dxn1bhyk9hr1zql";
sha256 = "04x7mfp4q17w3n8dnklbxblz22496g7g4879nz0wzgijg3m6cwlp";
};
propagatedBuildInputs = [ requests ];