about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-15 19:50:06 +0200
committerGitHub <noreply@github.com>2023-07-15 19:50:06 +0200
commit7d6e9edbd68cc1ff61ef620df140eefdc6de61a5 (patch)
tree93a41e53de266a8edc6c84794b1d5686eb07803d /pkgs
parente862030b09a379e00eb236e164423591749773d5 (diff)
parent03f4e727c53322064592b1af75df946a65f2f26c (diff)
Merge pull request #243573 from r-ryantm/auto-update/python310Packages.plantuml-markdown
python310Packages.plantuml-markdown: 3.9.1 -> 3.9.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/plantuml-markdown/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/plantuml-markdown/default.nix b/pkgs/development/python-modules/plantuml-markdown/default.nix
index 1c43c1d6d79e0..7ba83b6b9fbc3 100644
--- a/pkgs/development/python-modules/plantuml-markdown/default.nix
+++ b/pkgs/development/python-modules/plantuml-markdown/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "plantuml-markdown";
-  version = "3.9.1";
+  version = "3.9.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "mikitex70";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-5+l3JkK/8S1KFXqa0++l3mIQ2KCpHe9+DiVqasBAZA0=";
+    hash = "sha256-k4Xs1w/26QAfNdJY6P1gpJkBzg/tWi7vDFKZi7naVHo=";
   };
 
   propagatedBuildInputs = [