python311Packages.plantuml-markdown: 3.9.6 -> 3.9.7

This commit is contained in:
R. Ryantm 2024-05-12 20:44:39 +00:00
parent 9679748759
commit f1876e3d73

View File

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