Merge pull request #171351 from r-ryantm/auto-update/python3.10-youtube-search-python

python310Packages.youtube-search-python: 1.6.4 -> 1.6.5
This commit is contained in:
Fabian Affolter 2022-05-03 07:57:42 +02:00 committed by GitHub
commit d2b3c67e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "youtube-search-python";
version = "1.6.4";
version = "1.6.5";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-9ZAZaLkJb2mEg0rstBxOvs9/L4wtbLuCTdFDOuxMqN0=";
hash = "sha256-1B7rppa+s/oE8w91Ca7ogjkNHu5pFSnNmDyUopCWEY8=";
};
propagatedBuildInputs = [