Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-21 12:28:43 +00:00
committed by GitHub
28 changed files with 409 additions and 445 deletions

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 = [