python3Packages.python-youtube: 0.9.8 -> 0.9.9

This commit is contained in:
R. Ryantm
2026-04-21 11:49:47 +00:00
parent 0c0c466ceb
commit a9b648e7b4
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "python-youtube";
version = "0.9.8";
version = "0.9.9";
pyproject = true;
src = fetchFromGitHub {
owner = "sns-sdks";
repo = "python-youtube";
tag = "v${version}";
hash = "sha256-8Ozfga6gPLzPG770hluAgxIYI2TEX5uAe6BeMzIp+z4=";
hash = "sha256-80iGKxz3rwxuYB1bqEEMxMKogiiNK43tNrVnOiVPwWU=";
};
pythonRelaxDeps = [