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

python310Packages.youtube-search-python: 1.6.1 -> 1.6.2
This commit is contained in:
Fabian Affolter 2022-01-30 11:34:03 +01:00 committed by GitHub
commit 88850b2fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];