diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-06-24 01:27:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-24 01:27:49 -0500 |
| commit | 8a57c6353487aa46431ed447ba97325bc7b0be37 (patch) | |
| tree | e7b885a0034db234ba081033ecc91ea21e06f473 | |
| parent | Merge pull request #178818 from r-ryantm/auto-update/python3.10-django-debug-... (diff) | |
| parent | python310Packages.youtube-search-python: 1.6.5 -> 1.6.6 (diff) | |
| download | nixpkgs-8a57c6353487aa46431ed447ba97325bc7b0be37.tar.gz | |
Merge pull request #178833 from r-ryantm/auto-update/python3.10-youtube-search-python
python310Packages.youtube-search-python: 1.6.5 -> 1.6.6
| -rw-r--r-- | pkgs/development/python-modules/youtube-search-python/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/youtube-search-python/default.nix b/pkgs/development/python-modules/youtube-search-python/default.nix index 9383d4cb0598..11da850c992d 100644 --- a/pkgs/development/python-modules/youtube-search-python/default.nix +++ b/pkgs/development/python-modules/youtube-search-python/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "youtube-search-python"; - version = "1.6.5"; + version = "1.6.6"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-1B7rppa+s/oE8w91Ca7ogjkNHu5pFSnNmDyUopCWEY8="; + hash = "sha256-RWjR12ns1+tLuDZfBO7G42TF9w7sezdl9UPa67E1/PU="; }; propagatedBuildInputs = [ |
