about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 02:45:18 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-11 10:31:16 -0800
commitfe403426d069603f675999244c47774558443faa (patch)
tree382991447c683b63e77bc74133ef391124f0e192
parent34a06d61886de21c03a97da1748036cd9bd1d54c (diff)
python38Packages.sphinxcontrib-seqdiag: 2.0.0 -> 3.0.0
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-seqdiag/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-seqdiag/default.nix b/pkgs/development/python-modules/sphinxcontrib-seqdiag/default.nix
index c7407300d3131..8d2541e629518 100644
--- a/pkgs/development/python-modules/sphinxcontrib-seqdiag/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-seqdiag/default.nix
@@ -8,11 +8,11 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-seqdiag";
-  version = "2.0.0";
+  version = "3.0.0";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-THJ1ra/W2X/lQaDjGbL27VMn0lWPJApwgKMrPhL0JY0=";
+    hash = "sha256-QH5IeXZz9x2Ujp/6BHFsrB2ZqeyPYW3jdk1C0DNBZXQ=";
   };
 
   propagatedBuildInputs = [ sphinx blockdiag seqdiag ];