python3Packages.sphinxcontrib-confluencebuilder: 2.0.0 -> 2.3.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:30 +02:00
parent 215e55ee0f
commit 281efd9f64
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, flit-core
, docutils
, sphinx
, requests
@@ -9,13 +10,19 @@
buildPythonPackage rec {
pname = "sphinxcontrib-confluencebuilder";
version = "2.0.0";
version = "2.3.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-RyShQt/t8tnE5ZHM0WDQ+jrvXem3y24tCpj3s6Thq+g=";
pname = "sphinxcontrib_confluencebuilder";
inherit version;
hash = "sha256-Zpe2n131afnq4IhQEEZtquvSEkkjv/uznXt2tQhGfZA=";
};
nativeBuildInputs = [
flit-core
];
propagatedBuildInputs = [
docutils
sphinx