Skip to content

Commit

Permalink
python310Packages.sphinxcontrib-youtube: 1.2.0 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Aug 3, 2023
1 parent 40cf003 commit f1ba2a1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "sphinxcontrib-youtube";
version = "1.2.0";
version = "1.3.0";
format = "pyproject";

nativeBuildInputs = [ flit-core ];
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sphinx-contrib";
repo = "youtube";
rev = "v${version}";
hash = "sha256-SUnnrzYJ6cOktE0IdnRWTvPGcL/eVS9obtHBMpS2s4A=";
hash = "sha256-/mu/OGMc+iP7DV36fmE8pb5y6MMOQ0fmzT8R7RP/tjM=";
};

propagatedBuildInputs = [ sphinx requests ];
Expand Down

0 comments on commit f1ba2a1

Please sign in to comment.