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

python310Packages.youtube-search-python: 1.6.3 -> 1.6.4
This commit is contained in:
Mario Rodas
2022-04-07 01:12:50 -05:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "youtube-search-python";
version = "1.6.3";
version = "1.6.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-zAza1XMKLIMZFFS0v/4ATqh6j7aEB2Y+eliE/hNPORw=";
hash = "sha256-9ZAZaLkJb2mEg0rstBxOvs9/L4wtbLuCTdFDOuxMqN0=";
};
propagatedBuildInputs = [