python312Packages.plantuml-markdown: 3.9.2 -> 3.9.3

This commit is contained in:
R. Ryantm 2024-02-11 05:37:26 +00:00
parent e72d6a1d3f
commit 206813f86a

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "plantuml-markdown";
version = "3.9.2";
version = "3.9.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mikitex70";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-k4Xs1w/26QAfNdJY6P1gpJkBzg/tWi7vDFKZi7naVHo=";
hash = "sha256-2nZV/bYRN1SKI6OmpOhK7KUuBwmwhTt/ErTYqVQ9Dps=";
};
propagatedBuildInputs = [