python310Packages.sphinxext-opengraph: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm 2022-03-30 16:21:25 +00:00
parent 0e671e2b2b
commit 46aaabd7dc

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "sphinxext-opengraph";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "wpilibsuite";
repo = "sphinxext-opengraph";
rev = "v${version}";
sha256 = "sha256-3bZFFtGW6j/3m/3F4+tapZujzpMZnrIcYTngDCNGylI=";
sha256 = "sha256-YR6TlsmND5IhLdbPbmtVhRN2vSZfx70g2a6Yn6y6L/M=";
};
propagatedBuildInputs = [