python3Packages.sphinxcontrib-serializinghtml: 1.1.10 -> 2.0.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:29 +01:00
parent cbb463e173
commit 7c8a4fde81
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sphinxcontrib-serializinghtml";
version = "1.1.10";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "sphinxcontrib_serializinghtml";
inherit version;
hash = "sha256-k/P13EWLkbGS/hDDl+Mk8mLPFj158ygsFY6ENqLEUR8=";
hash = "sha256-6dkSgn+HLAKQF6U/DvIYCzJ8P3/SPIcin3qOi3ADHU0=";
};
nativeBuildInputs = [ flit-core ];