python3Packages.sphinxcontrib-youtube: 1.2.0 -> 1.3.0

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:11 +02:00
parent 807ebc41a1
commit 1cb6b716e9

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sphinxcontrib-youtube";
version = "1.2.0";
version = "1.3.0";
format = "pyproject";
nativeBuildInputs = [ flit-core ];
@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "sphinx-contrib";
repo = "youtube";
rev = "v${version}";
hash = "sha256-SUnnrzYJ6cOktE0IdnRWTvPGcL/eVS9obtHBMpS2s4A=";
rev = "refs/tags/v${version}";
hash = "sha256-/mu/OGMc+iP7DV36fmE8pb5y6MMOQ0fmzT8R7RP/tjM=";
};
propagatedBuildInputs = [ sphinx requests ];