python310Packages.sphinxext-opengraph: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm 2022-03-09 22:29:15 +00:00 committed by Jonathan Ringer
parent b07b0e1b91
commit c18c87106c

View File

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