python3Packages.sphinxcontrib-youtube: 1.4.1 -> 1.5.0 (#506915)

This commit is contained in:
Nick Cao
2026-04-06 21:34:52 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "sphinxcontrib-youtube";
version = "1.4.1";
version = "1.5.0";
pyproject = true;
nativeBuildInputs = [ flit-core ];
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "sphinx-contrib";
repo = "youtube";
tag = "v${version}";
hash = "sha256-XuOfZ77tg9akmgTuMQN20OhgkFbn/6YzT46vpTsXxC8=";
hash = "sha256-vzF1SC4fUIeR0OYesOq60eWjlX+N+YYA/h7mNfxWEtk=";
};
propagatedBuildInputs = [