Merge pull request #146126 from r-ryantm/auto-update/python38Packages.youtube-search-python

This commit is contained in:
Sandro 2021-11-15 13:32:47 +01:00 committed by GitHub
commit 8d8865970f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "youtube-search-python"; pname = "youtube-search-python";
version = "1.4.9"; version = "1.5.1";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "9c75540d41f6dcfd19f2f70fbe8346406e026a016aae56b87c207a0b4ff571e0"; sha256 = "68c70e1b6a2ce5c2c0ee64ba9c63efc9ab6e6f8acb2f51e19d570b0287e61cc9";
}; };
propagatedBuildInputs = [ httpx ]; propagatedBuildInputs = [ httpx ];