python3Packages.sphinxcontrib-htmlhelp: 2.0.5 -> 2.1.0

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:18 +02:00
parent 07821d0d0d
commit a922f094e7
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sphinxcontrib-htmlhelp";
version = "2.0.5";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "sphinxcontrib_htmlhelp";
inherit version;
hash = "sha256-Dch2N9XeU91e7DpqAXU7HM+ZSUvXVqr+zXS0+p5ykBU=";
hash = "sha256-yeKRas6KrWTME6DSM+4iMX8rkCW5zzKVJJ+phcxwguk=";
};
nativeBuildInputs = [ flit-core ];