python3Packages.sphinxcontrib-devhelp: 1.0.6 -> 2.0.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:28 +01:00
parent f7c9eb64e1
commit ecf96f191f
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sphinxcontrib-devhelp";
version = "1.0.6";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "sphinxcontrib_devhelp";
inherit version;
hash = "sha256-mJP9P5BQa8S5e9uXfOuPvYI5ifQxayjDhB7BKFRDctM=";
hash = "sha256-QR9dltRF0dc7tdUhMzd7QkjsedtceTzn2+WeB0tN0a0=";
};
nativeBuildInputs = [ flit-core ];