Merge pull request #299387 from r-ryantm/auto-update/python312Packages.plantuml-markdown

python312Packages.plantuml-markdown: 3.9.3 -> 3.9.4
This commit is contained in:
nikstur 2024-03-27 15:32:01 +01:00 committed by GitHub
commit 89284080ec
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.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 = [