Merge pull request #161353 from r-ryantm/auto-update/python3.10-sphinxext-opengraph

python310Packages.sphinxext-opengraph: 0.5.1 -> 0.6.0
This commit is contained in:
Ryan Mulligan 2022-02-22 06:30:46 -08:00 committed by GitHub
commit 1ebf90c72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "sphinxext-opengraph";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "wpilibsuite";
repo = "sphinxext-opengraph";
rev = "v${version}";
sha256 = "sha256-US0UXxcTlN7x5v2ilpL+umTr7tadqthqhvfaQnm7tCc=";
sha256 = "sha256-FLou/Ag+uf6uTjzSAAAFbQScgRtHvMT21ZwlKBYNhlU=";
};
propagatedBuildInputs = [