python311Packages.sphinxcontrib-confluencebuilder: 2.5.1 -> 2.5.2

This commit is contained in:
R. Ryantm 2024-05-12 23:36:10 +00:00
parent 9679748759
commit 11bfb37f0d

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "sphinxcontrib-confluencebuilder";
version = "2.5.1";
version = "2.5.2";
format = "pyproject";
src = fetchPypi {
pname = "sphinxcontrib_confluencebuilder";
inherit version;
hash = "sha256-PQpkwQ95UVJwDGTAq1xdcSvd07FZpZfA/4jq3ywlMas=";
hash = "sha256-FwjjlMTIhAD/v4Ig+uqrJJybdPqpPG+7OMuJwSqWo84=";
};
nativeBuildInputs = [