python3Packages.sphinxext-opengraph: 0.4.2 -> 0.5.0

This commit is contained in:
Jonathan Ringer
2021-11-30 18:52:22 -08:00
parent c8be38ec62
commit 960b771ede
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "sphinxext-opengraph";
version = "0.4.2";
version = "0.5.0";
src = fetchFromGitHub {
owner = "wpilibsuite";
repo = "sphinxext-opengraph";
rev = "v${version}";
sha256 = "sha256-978aPtaqUDHcswDdFynzi+IjDYaBmCZDZk+dmDkhajY=";
sha256 = "0iri6sh6h7l1p8xg04bj3bphs1hwxh43sfnrv1c8b1wy84w988y9";
};
propagatedBuildInputs = [