python312Packages.sphinxcontrib-plantuml: 0.28 -> 0.29

This commit is contained in:
R. Ryantm 2024-03-10 13:07:00 +00:00
parent 3ba9038ccb
commit b1f9f1e9fc

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "sphinxcontrib-plantuml";
version = "0.28";
version = "0.29";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zpNirT1LvMTDDf38MIqsrSwHs0RjUxZoGnESabjgC+o=";
hash = "sha256-l6Tyomr5HbiHcMz4o7LgMwW82n7EGn+Wn8jLJ7hKPEQ=";
};
propagatedBuildInputs = [