3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.youtube-search: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2022-07-19 12:45:38 +00:00
parent ac34850de2
commit cf38fea573

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "youtube-search";
version = "2.1.0";
version = "2.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "1541120273996fa433698b2e57b73296dfb8e90536211f29ea997dcf161b66fe";
sha256 = "sha256-veu7PUPAbTz3B7tRYMGptIMbmmaGLCdL6azv0kCEd08=";
};
propagatedBuildInputs = [ requests ];