Merge pull request #123878 from dotlambda/pytube-10.8.2

python3Packages.pytube: 10.8.1 -> 10.8.2
This commit is contained in:
Sandro 2021-05-21 12:23:40 +02:00 committed by GitHub
commit 17c9c7f179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pytube";
version = "10.8.1";
version = "10.8.2";
disabled = pythonOlder "3.6";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "pytube";
repo = "pytube";
rev = "v${version}";
sha256 = "sha256-QPYu6UA0CEf/FSFoN+OfjhbDgkrMOjxaxNpFcDQzAz0=";
sha256 = "sha256-LY1aDFzF0vHwEa3pfAoxZ3KM1l39PDo6S6F3xtqqspU=";
};
checkInputs = [