about summary refs log tree commit diff
path: root/pkgs/development/python-modules/mistune
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 01:46:23 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 01:54:21 +0200
commit250fdc580c995a653050ffb3458204038a81baa5 (patch)
treeafe64017f9fd06b6d2d7ecc6ddab950661400bca /pkgs/development/python-modules/mistune
parent3238d63c0e5240009f72efe3e33d5b7cbf14f2bc (diff)
python3Packages.mistune_2_0: 2.0.0a4 -> 2.0.0rc1
Diffstat (limited to 'pkgs/development/python-modules/mistune')
-rw-r--r--pkgs/development/python-modules/mistune/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mistune/default.nix b/pkgs/development/python-modules/mistune/default.nix
index 3020eca4eed58..c7e7d6d54c737 100644
--- a/pkgs/development/python-modules/mistune/default.nix
+++ b/pkgs/development/python-modules/mistune/default.nix
@@ -4,8 +4,8 @@ self: rec {
     sha256 = "59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e";
   };
   mistune_2_0 = self.callPackage ./common.nix {
-    version = "2.0.0a4";
-    sha256 = "0i6cblmjl58kdmaa21xm0l1ls0kvjpfy45sf73fw3ws6305f628k";
+    version = "2.0.0rc1";
+    sha256 = "1nd7iav1ixh9hlj4hxn6lmpava88d86ys8rqm30wgvr7gjlxnas5";
   };
   mistune = mistune_0_8;
 }