python3Packages.youtube-search: 2.1.2 -> 2.2.0
This commit was automatically generated using update-python-libraries. Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
co-authored by
Michael Daniels
parent
a5b841ae9f
commit
696e8443b7
@@ -7,12 +7,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "youtube-search";
|
||||
version = "2.1.2";
|
||||
version = "2.2.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-V0mm2Adv2mVVfJE2fw+rCTYpDs3qRXyDHJ8/BZGKOqI=";
|
||||
inherit version;
|
||||
pname = "youtube_search";
|
||||
hash = "sha256-U5inzWXZt1qLrCfvaJ7ARKurPL+h8g0Z2wJ3ZZrHDZg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ requests ];
|
||||
|
||||
Reference in New Issue
Block a user