python3Packages.sphinxcontrib-websupport: 1.2.7 -> 2.0.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:29 +01:00
parent b8bfdf0219
commit 49f3b59bb2
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "sphinxcontrib-websupport";
version = "1.2.7";
version = "2.0.0";
format = "pyproject";
src = fetchPypi {
pname = "sphinxcontrib_websupport";
inherit version;
hash = "sha256-4yKALr/V/nk2jv2GSuuHsGNWauYZEdzLJxTiikXtdWE=";
hash = "sha256-C3Nn07rGRUsfl+QqqMTU1KG3VtUl/HJuu+VXHgM+ec0=";
};
nativeBuildInputs = [ flit-core ];