python312Packages.plantuml-markdown: 3.9.7 -> 3.9.8

This commit is contained in:
R. Ryantm 2024-07-14 01:17:14 +00:00
parent bd24e293f2
commit 61a4cece05

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "plantuml-markdown";
version = "3.9.7";
version = "3.9.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "mikitex70";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-/lsu7kiUyQ6LUFINX+/aCFSKm1pGyIfUzSuUehwCz7I=";
hash = "sha256-gBlHWAD8MIymCqtqxKRneScMztFzPStIMIO+IrHpgpc=";
};
propagatedBuildInputs = [