python310Packages.youtube-search-python: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm 2022-01-30 04:42:54 +00:00
parent 959eebd3e1
commit 5627936df6

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "youtube-search-python";
version = "1.6.1";
version = "1.6.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "c7afe70e1ac8e871341d7fb15f5246aac35fd80fec10d7a96d46df2aad608bd0";
sha256 = "sha256-PeWi1eygUSgUXZ68bUJ44IoffNDme06JNR9ns6njqMU=";
};
propagatedBuildInputs = [ httpx ];