forked from mirrors/nixpkgs
python38Packages.youtube-search-python: 1.4.7 -> 1.4.8
This commit is contained in:
parent
922a904ff6
commit
ce0130d58a
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "youtube-search-python";
|
pname = "youtube-search-python";
|
||||||
version = "1.4.7";
|
version = "1.4.8";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7f93d9ecfd9b965dc93782d8174b1c1888f8900e2a303254037ba34e1d0ebed4";
|
sha256 = "aafa940d77ecd37bb7af802da53caed9be8861c6abe3004abb04315155b4a3ad";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ httpx ];
|
propagatedBuildInputs = [ httpx ];
|
||||||
|
|
Loading…
Reference in a new issue