3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pytube: 12.0.0 -> 12.1.0

This commit is contained in:
Robert Schütz 2022-05-09 02:35:49 +00:00
parent 806344b3e2
commit 181dbcf0f2

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pytube";
version = "12.0.0";
version = "12.1.0";
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "pytube";
repo = "pytube";
rev = "v${version}";
hash = "sha256-1zoLd4J7aCR5omMpCZhlttWDu7mYyKCypH3JEB4VGXg=";
hash = "sha256-o4kfZLkEs+XYor2sS2lfuDZkPfHrB+rDoxroc4f55gc=";
};
checkInputs = [