python310Packages.pytube: 12.1.0 -> 12.1.2

Diff: https://github.com/pytube/pytube/compare/v12.1.0...v12.1.2
This commit is contained in:
Robert Schütz
2022-12-19 19:03:30 -08:00
committed by Robert Schütz
parent 4b52f3cd76
commit cdf2733f7e
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pytube";
version = "12.1.0";
version = "12.1.2";
disabled = pythonOlder "3.6";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "pytube";
repo = "pytube";
rev = "v${version}";
hash = "sha256-o4kfZLkEs+XYor2sS2lfuDZkPfHrB+rDoxroc4f55gc=";
hash = "sha256-Y4mriCwFvwAZ3e8kHKo9/S2vReb4q+b8KTHxtQo8SEw=";
};
checkInputs = [