1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

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

python310Packages.youtube-search-python: 1.6.0 -> 1.6.1
This commit is contained in:
Mario Rodas 2022-01-23 16:14:56 -05:00 committed by GitHub
commit e4d0392a6d
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.0";
version = "1.6.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "57efe3ac32bdedc8378d907b230191a7de3ed22d0359d7b55d8355039231f974";
sha256 = "c7afe70e1ac8e871341d7fb15f5246aac35fd80fec10d7a96d46df2aad608bd0";
};
propagatedBuildInputs = [ httpx ];