python311Packages.sphinxcontrib-plantuml: 0.27 -> 0.28

This commit is contained in:
R. Ryantm 2024-02-21 05:47:15 +00:00
parent fd643e9c97
commit 111b772d79

View File

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