python312Packages.plantuml-markdown: 3.9.3 -> 3.9.4

This commit is contained in:
R. Ryantm 2024-03-27 02:58:41 +00:00
parent e80d1b6300
commit dd1628069b

View File

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