about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-12 18:34:40 -0500
committerGitHub <noreply@github.com>2023-11-12 18:34:40 -0500
commitf9bda105ff9ad08313f8524b80f1632f27b7f3d9 (patch)
tree82a5487651453f5a80b78b8a2898b33f62198412 /pkgs/development
parentd01391db83a0691597555234d56551baace2e4ab (diff)
parent21e07e5c77a826306f290e0a81ac28430a7c75f6 (diff)
Merge pull request #266910 from r-ryantm/auto-update/python310Packages.sphinxcontrib-plantuml
python310Packages.sphinxcontrib-plantuml: 0.26 -> 0.27
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix b/pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix
index cfdfd6de623b7..aabc1c49d0c28 100644
--- a/pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-plantuml";
-  version = "0.26";
+  version = "0.27";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-rbM5fVywYTYyzT2teJQ4FCK6wkRkw5PLBQQE3WcSsac=";
+    hash = "sha256-iXV3ju2cFCpC7NxOzYMTLewGkMA1yueIwSN1Dq1SZwM=";
   };
 
   propagatedBuildInputs = [