We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b4ff91 + 14da95c commit 5c985b9Copy full SHA for 5c985b9
pkgs/development/python-modules/sphinxcontrib-confluencebuilder/default.nix
@@ -12,15 +12,15 @@
12
13
buildPythonPackage rec {
14
pname = "sphinxcontrib-confluencebuilder";
15
- version = "2.9.0";
+ version = "2.11.0";
16
pyproject = true;
17
18
disabled = pythonOlder "3.9";
19
20
src = fetchPypi {
21
pname = "sphinxcontrib_confluencebuilder";
22
inherit version;
23
- hash = "sha256-2lF8iS8c7KXDdXT2IuApFnx0g4syWmIP1y25W5DkkJA=";
+ hash = "sha256-THRPXW/Rg/eXIlPfsa4u1kHeXjKBNzVAkX9Vrhg90n0=";
24
};
25
26
build-system = [ flit-core ];
0 commit comments