python3Packages.sphinxext-opengraph: 0.9.1 -> 0.12.0

https://github.com/wpilibsuite/sphinxext-opengraph/releases/tag/v0.12.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:19 +02:00
parent 504515eb1a
commit 52fe39ec7a
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "sphinxext-opengraph";
version = "0.9.1";
version = "0.12.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "wpilibsuite";
repo = "sphinxext-opengraph";
tag = "v${version}";
hash = "sha256-B+bJ1tKqTTlbNeJLxk56o2a21n3Yg6OHwJiFfCx46aw=";
hash = "sha256-2ch9BxgrqbfIJ8fzFKYscha4+G7OAVz+OIOqYwX2gSA=";
};
nativeBuildInputs = [ setuptools-scm ];
@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Sphinx extension to generate unique OpenGraph metadata";
homepage = "https://github.com/wpilibsuite/sphinxext-opengraph";
changelog = "https://github.com/wpilibsuite/sphinxext-opengraph/releases/tag/v${version}";
changelog = "https://github.com/wpilibsuite/sphinxext-opengraph/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ Luflosi ];
};