python312Packages.sphinxcontrib-confluencebuilder: 2.6.1 -> 2.7.1 (#337496)

This commit is contained in:
OTABI Tomoya 2024-09-07 11:19:59 +09:00 committed by GitHub
commit 31ebb58c2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "sphinxcontrib-confluencebuilder";
version = "2.6.1";
version = "2.7.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "sphinxcontrib_confluencebuilder";
inherit version;
hash = "sha256-9ymYfxL50ZDGlLzo2LXiBnuo2svWxnl37H/c6ENACjA=";
hash = "sha256-Tj9m0TcPkg+FIWwYixahpox27Yn+0tXPppwb5EwmBk0=";
};
build-system = [ flit-core ];