Unverified Commit 68878515 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #311200 from...

Merge pull request #311200 from r-ryantm/auto-update/python311Packages.sphinxcontrib-confluencebuilder

python311Packages.sphinxcontrib-confluencebuilder: 2.5.1 -> 2.5.2
parents 0b9a1cbb 11bfb37f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [