summary refs log tree commit diff
path: root/pkgs/development/python-modules/mistune/default.nix
blob: bb9d25d558e2f6b6c671b858be6252b27c0621b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
self: rec {
  mistune_0_8 = self.callPackage ./common.nix {
    version = "0.8.4";
    sha256 = "59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e";
  };
  mistune_2_0 = self.callPackage ./common.nix {
    version = "2.0.2";
    sha256 = "sha256-b8iMPLSduosWaHtBcl5mHPhXhMEuiXSim50zbdWWw6E=";
    format = "pyproject";
  };
  mistune = mistune_0_8;
}