python3Packages.youtube-search-python: 1.5.1 -> 1.5.2

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:21 -08:00
parent 9b502c81c1
commit b03880cdc6
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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