Merge pull request #172121 from dotlambda/pytube-12.1.0

python3Packages.pytube: 12.0.0 -> 12.1.0
This commit is contained in:
Sandro
2022-05-09 13:38:10 +02:00
committed by GitHub
@@ -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 = [