Skip to content

Commit

Permalink
python3Packages.pytube: 10.7.2 -> 10.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed May 9, 2021
1 parent 74fcdc3 commit 2b3cf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytube/default.nix
Expand Up @@ -7,15 +7,15 @@

buildPythonPackage rec {
pname = "pytube";
version = "10.7.2";
version = "10.8.1";

disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "pytube";
repo = "pytube";
rev = "v${version}";
sha256 = "sha256-85pHzfQYyqwX8mQ5msIojM/0FSfeaC12KJw4mXmji3g=";
sha256 = "sha256-QPYu6UA0CEf/FSFoN+OfjhbDgkrMOjxaxNpFcDQzAz0=";
};

checkInputs = [
Expand Down

0 comments on commit 2b3cf11

Please sign in to comment.