Merge pull request #172121 from dotlambda/pytube-12.1.0

python3Packages.pytube: 12.0.0 -> 12.1.0
main
Sandro 2 years ago committed by GitHub
commit d4b9284722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/pytube/default.nix

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

Loading…
Cancel
Save