Merge pull request #118672 from dotlambda/pytube-10.7.1

python3Packages.pytube: 10.6.1 -> 10.7.1
This commit is contained in:
Sandro 2021-04-06 23:53:21 +02:00 committed by GitHub
commit d48e4ede89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,12 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, typing-extensions
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "pytube";
version = "10.6.1";
version = "10.7.1";
disabled = pythonOlder "3.6";
@ -16,7 +15,7 @@ buildPythonPackage rec {
owner = "pytube";
repo = "pytube";
rev = "v${version}";
sha256 = "sha256-b0tN4m3/+K243zQ7L4wW4crk9r69Tj64is6C4I5oFZU=";
sha256 = "sha256-a9MYEQFJXfPXYkWiuZkjt/PGs73Dm5614/Xvv6Nn8RA=";
};
checkInputs = [