Merge pull request #306115 from r-ryantm/auto-update/python311Packages.plantuml-markdown

python311Packages.plantuml-markdown: 3.9.4 -> 3.9.5
This commit is contained in:
nikstur 2024-04-23 10:24:51 +02:00 committed by GitHub
commit f74d0ada12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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