python3Packages.sphinxext-opengraph: 0.9.0 -> 0.9.1

https://github.com/wpilibsuite/sphinxext-opengraph/releases/tag/v0.9.1
This commit is contained in:
Luflosi 2023-12-21 15:53:12 +01:00
parent 6a39c2355f
commit 4fda1073aa
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sphinxext-opengraph";
version = "0.9.0";
version = "0.9.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "wpilibsuite";
repo = "sphinxext-opengraph";
rev = "refs/tags/v${version}";
hash = "sha256-ZLIxbFgayG+WVvSXu74eZJ/PbSHg6dzkkIr1OBry4DE=";
hash = "sha256-B+bJ1tKqTTlbNeJLxk56o2a21n3Yg6OHwJiFfCx46aw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;